Uses of Interface
io.vertx.core.spi.VertxTracerFactory
-
Packages that use VertxTracerFactory Package Description io.vertx.core io.vertx.core.spi io.vertx.reactivex.core io.vertx.rxjava3.core io.vertx.tracing.opentelemetry io.vertx.tracing.opentracing io.vertx.tracing.zipkin -
-
Uses of VertxTracerFactory in io.vertx.core
Methods in io.vertx.core with parameters of type VertxTracerFactory Modifier and Type Method Description VertxBuilder
VertxBuilder. withTracer(VertxTracerFactory factory)
Programmatically set the tracer factory to be used when tracing are enabled. -
Uses of VertxTracerFactory in io.vertx.core.spi
Fields in io.vertx.core.spi declared as VertxTracerFactory Modifier and Type Field Description static VertxTracerFactory
VertxTracerFactory. NOOP
Noop tracer factory, it can be useful for disabling metrics, e.g. -
Uses of VertxTracerFactory in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core with parameters of type VertxTracerFactory Modifier and Type Method Description VertxBuilder
VertxBuilder. withTracer(VertxTracerFactory factory)
Programmatically set the tracer factory to be used when tracing are enabled. -
Uses of VertxTracerFactory in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core with parameters of type VertxTracerFactory Modifier and Type Method Description VertxBuilder
VertxBuilder. withTracer(VertxTracerFactory factory)
Programmatically set the tracer factory to be used when tracing are enabled. -
Uses of VertxTracerFactory in io.vertx.tracing.opentelemetry
Classes in io.vertx.tracing.opentelemetry that implement VertxTracerFactory Modifier and Type Class Description class
OpenTelemetryTracingFactory
-
Uses of VertxTracerFactory in io.vertx.tracing.opentracing
Classes in io.vertx.tracing.opentracing that implement VertxTracerFactory Modifier and Type Class Description class
OpenTracingTracerFactory
-
Uses of VertxTracerFactory in io.vertx.tracing.zipkin
Classes in io.vertx.tracing.zipkin that implement VertxTracerFactory Modifier and Type Class Description class
ZipkinTracerFactory
-