You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add overloaded methods to SpanSupport to use on currently active span
Add method continueTraceIfTracing to continue a trace with previously extracted trace headers
Enable SpanSupport methods to also work on AutoTrace spans (with Java Trace Sensor 1.2.351 or above)
Version 1.1.1
Improved API for clearing current span.
Version 1.1.0
Switch Trace ID and Span ID to be String in preparation for
vendor interop via TraceContext.
Version 1.0.3
Added API for clearing current span.
Version 1.0.2
Support intermediate spans.
Version 1.0.1
Deprecated
com.instana.sdk.support.SpanSupport.inheritNext(long)
which has unclear semantics. Should a span join an existing
trace, traceId and the parent spanId should be supplied.