Interface | Description |
---|---|
OpenTracer |
This represents the Java SPI interface that OpenTracerManager will be using
to obtain the
Tracer implementation. |
Class | Description |
---|---|
BallerinaTracingObserver |
Observe the runtime and start/stop tracing.
|
BSpan |
BSpan holds the trace of the current context. |
RequestExtractor |
Extractor that goes through the carrier map.
|
RequestInjector |
Injector that injects span context headers.
|
TraceConstants |
TraceConstants define tracer constants. |
TraceManager |
TraceManager loads TraceManager implementation
and wraps it's functionality. |
TracersStore |
Class that creates the tracer for a given service.
|
TracingLaunchListener |
Listen to Launcher events and initialize Tracing.
|
Enum | Description |
---|---|
ReferenceType |
Enum for reference types between spans.
|
Copyright © 2018 WSO2. All rights reserved.