All Versions
57
Latest Version
Avg Release Cycle
81 days
Latest Release
339 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v0.10.0 Changes
September 16, 2016- ๐ Support debug traces via HTTP header "jaeger-debug-id"
-
v0.9.0 Changes
September 12, 2016- Introduce Clock interface for time measurements
- ๐ Use nano-time for measuring duration
- โ Remove powermock dependency
- โฌ๏ธ Upgrade to OT 0.15
-
v0.8.2 Changes
September 09, 2016- โ Exclude test classes from published jars
-
v0.8.1 Changes
September 09, 2016- 0๏ธโฃ Default peer service name to blank as it is required in Thrift Endpoint (fixes #45)
-
v0.8.0 Changes
September 06, 2016- โ Add jaeger-zipkin module that allows on the wire propagation with B3-xxx headers and uses zipkin-reporter
- Report sampling strategy as root span tags
sampler.type
andsampler.param
. In case of probabilistic sampling (most frequently used strategy), the values would beprobabilistic
and the sampling probability [0 .. 1], respectively. - Record host name as
jaeger.hostname
tag on the first-in-process spans (i.e. root spans and rpc-server spans) - Record the version of the Jaeger library as
jaeger.version
tag
-
v0.7.1 Changes
August 22, 2016- โฌ๏ธ Reduce the size of published jars
-
v0.7.0 Changes
August 19, 2016- โฌ๏ธ Upgrade to OpenTracing API 0.12, with immutable SpanContext