public final class OpenTracing
extends Object
Open Tracing factory methods to create wrappers for Open Tracing types.
-
Method Summary
Wrap an open tracing tracer.
Wrap an open tracing span.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
create
Wrap an open tracing tracer.
- Parameters:
tracer
- tracer
- Returns:
- Helidon
Tracer
-
create
Wrap an open tracing span.
- Parameters:
tracer
- the tracer that created the span
span
- open telemetry span
- Returns:
- Helidon
Span