public interface ActiveSpanSource
| Modifier and Type | Field and Description |
|---|---|
static ActiveSpanSource |
GRPC_CONTEXT
ActiveSpanSource implementation that returns the current span stored in the GRPC context under
OpenTracingContextKey. |
static ActiveSpanSource |
NONE
ActiveSpanSource implementation that always returns null as the active span.
|
| Modifier and Type | Method and Description |
|---|---|
io.opentracing.Span |
getActiveSpan()
Retieves the active
Span. |
static final ActiveSpanSource NONE
static final ActiveSpanSource GRPC_CONTEXT
OpenTracingContextKey.Copyright © 2017-2019–2019. All rights reserved.