public class OpenTelemetryTracingFactory extends Object implements VertxTracerFactory
NOOP
Constructor and Description |
---|
OpenTelemetryTracingFactory() |
OpenTelemetryTracingFactory(io.opentelemetry.api.OpenTelemetry openTelemetry) |
Modifier and Type | Method and Description |
---|---|
VertxTracer<io.opentelemetry.api.trace.Span,io.opentelemetry.api.trace.Span> |
tracer(TracingOptions options)
Create a new
VertxTracer object.
No specific thread and context can be expected when this method is called. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init, newOptions, newOptions
public OpenTelemetryTracingFactory()
public OpenTelemetryTracingFactory(io.opentelemetry.api.OpenTelemetry openTelemetry)
public VertxTracer<io.opentelemetry.api.trace.Span,io.opentelemetry.api.trace.Span> tracer(TracingOptions options)
VertxTracerFactory
VertxTracer
object.
No specific thread and context can be expected when this method is called.tracer
in interface VertxTracerFactory
options
- the metrics configuration optionCopyright © 2021 Eclipse. All rights reserved.