Package | Description |
---|---|
io.opentracing |
Modifier and Type | Method and Description |
---|---|
ActiveSpan |
ActiveSpan.Continuation.activate()
Make the Span (and other execution context) encapsulated by this
ActiveSpan.Continuation active and
return it. |
ActiveSpan |
ActiveSpanSource.activeSpan()
Return the
active span . |
ActiveSpan |
ActiveSpanSource.makeActive(Span span)
Wrap and "make active" a
Span by encapsulating it – and any active state (e.g., MDC state) in the
current thread – in a new ActiveSpan . |
ActiveSpan |
Tracer.SpanBuilder.startActive()
Returns a newly started and activated
ActiveSpan . |
Copyright © 2016–2017 OpenTracing. All rights reserved.