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