| 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. |
| OpenTracerBallerinaWrapper |
This class wraps opentracing apis and exposes native functions to use within ballerina.
|
| 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. |
| TraceUtil |
Utility call to perform trace related functions.
|
| TracingLaunchListener |
Listen to Launcher events and initialize Tracing.
|
| Enum | Description |
|---|---|
| ReferenceType |
Enum for reference types between spans.
|
Copyright © 2018 WSO2. All rights reserved.