Releases: palantir/tracing-java
Releases · palantir/tracing-java
2.0.0
- [break] Trace thread state is removed when root spans are completed -
Tracer.getTraceId()
will now throw when there is no trace in progress (#22)
- [improvement] Avoid lambda allocation in Tracer.createTrace (#23)
1.2.0
- [improvement] make
Trace
class public (#3)
1.1.0
Expose the property name where we store the incoming X-B3-TraceId
on the ContainerRequestContext
(#1)