Class OpenTelemetryVertxTracingFactory
java.lang.Object
io.quarkus.opentelemetry.runtime.tracing.instrumentation.vertx.OpenTelemetryVertxTracingFactory
- All Implemented Interfaces:
io.vertx.core.spi.VertxServiceProvider,io.vertx.core.spi.VertxTracerFactory
public class OpenTelemetryVertxTracingFactory
extends Object
implements io.vertx.core.spi.VertxTracerFactory
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface io.vertx.core.spi.VertxTracerFactory
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.spi.tracing.VertxTracer<?, ?> tracer(io.vertx.core.tracing.TracingOptions options) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertx.core.spi.VertxTracerFactory
init, newOptions, newOptions
-
Constructor Details
-
OpenTelemetryVertxTracingFactory
public OpenTelemetryVertxTracingFactory()
-
-
Method Details
-
getVertxTracerDelegator
-
tracer
public io.vertx.core.spi.tracing.VertxTracer<?,?> tracer(io.vertx.core.tracing.TracingOptions options) - Specified by:
tracerin interfaceio.vertx.core.spi.VertxTracerFactory
-