红联Linux门户
Linux帮助

Zipkin 2.2发布,分布式跟踪系统

发布时间:2017-10-12 09:05:01来源:红联作者:baihuo
Zipkin 是一个分布式跟踪系统。 它有助于收集解决微服务架构中延迟问题所需的时序数据,并管理此数据的收集和查找。 Zipkin 的设计基于 Google Dapper 论文。

Zipkin 包括一个无依赖库和一个 spring-boot 服务器。 存储选项包括 in-memory、(mysql)、Cassandra 和 Elasticsearch 。

Zipkin 2.2 已发布,该版本专注于操作方面的改进:

modified the zipkin UI such that it can work behind reverse proxies which choose a different path prefix than '/zipkin'.

now have a comprehensive example setup including a Zipkin+Prometheus Grafana dashboard.

our docker JVM has been upgraded to 1.8.0_144 from 1.8.0_131

the zipkin-server no longer writes log messages about drop messages at warning level as it can fill up disk. Enable debug logging to see the cause of drops

elasticsearch storage will now drop on backlog as opposed to backing up, as the latter led to out-of-memory crashes under load surges.

软件详情:https://github.com/openzipkin/zipkin/releases/tag/2.2.0

下载地址:https://github.com/openzipkin/zipkin/archive/2.2.0.zip

来自:开源中国社区
文章评论

共有 0 条评论