public class AnalyticsTracer extends Object implements io.opentracing.Tracer
| Modifier and Type | Class and Description |
|---|---|
static interface |
AnalyticsTracer.Propagator
Propagator allows the developer to intercept and verify any calls to inject() and/or extract().
|
class |
AnalyticsTracer.SpanBuilder
This is the analytics extension of the
Tracer.SpanBuilder. |
| Modifier and Type | Method and Description |
|---|---|
io.opentracing.Span |
activeSpan() |
AnalyticsTracer.SpanBuilder |
buildSpan(String operationName) |
<C> io.opentracing.SpanContext |
extract(io.opentracing.propagation.Format<C> format,
C carrier) |
<C> void |
inject(io.opentracing.SpanContext spanContext,
io.opentracing.propagation.Format<C> format,
C carrier) |
io.opentracing.ScopeManager |
scopeManager() |
public io.opentracing.ScopeManager scopeManager()
scopeManager in interface io.opentracing.Tracerpublic io.opentracing.Span activeSpan()
activeSpan in interface io.opentracing.Tracerpublic AnalyticsTracer.SpanBuilder buildSpan(String operationName)
buildSpan in interface io.opentracing.Tracerpublic <C> void inject(io.opentracing.SpanContext spanContext,
io.opentracing.propagation.Format<C> format,
C carrier)
inject in interface io.opentracing.Tracerpublic <C> io.opentracing.SpanContext extract(io.opentracing.propagation.Format<C> format,
C carrier)
extract in interface io.opentracing.TracerCopyright © 2018 WSO2. All rights reserved.