Zipkin 1.4
codefromthecrypt
released this
13 Jul 07:17
·
2195 commits
to master
since this release
Zipkin 1.4 most notably includes the ability to store and show IPv6 addresses associated with services.
Endpoint.ipv6
Zipkin span data can now include an ipv6 address of an Endpoint, binary encoded in thrift or text-encoded in json. If using MySQL, you need to add a column to store this. No action is needed in Cassandra or Elasticsearch. See #1178
Operational Improvements
- Adds
SCRIBE_ENABLED
: set to false to disable scribe - Adds
SELF_TRACING_SAMPLE_RATE
: set to a low value like 0.001 to safely self-trace production