Uses of Interface
io.vertx.core.spi.VertxTracerFactory
Packages that use VertxTracerFactory
Package
Description
-
Uses of VertxTracerFactory in io.vertx.core
Methods in io.vertx.core with parameters of type VertxTracerFactoryModifier and TypeMethodDescriptionVertxBuilder.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 VertxTracerFactoryModifier and TypeFieldDescriptionstatic final VertxTracerFactoryVertxTracerFactory.NOOPNoop 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 VertxTracerFactoryModifier and TypeMethodDescriptionVertxBuilder.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 VertxTracerFactoryModifier and TypeMethodDescriptionVertxBuilder.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 -
Uses of VertxTracerFactory in io.vertx.tracing.opentracing
Classes in io.vertx.tracing.opentracing that implement VertxTracerFactory -
Uses of VertxTracerFactory in io.vertx.tracing.zipkin
Classes in io.vertx.tracing.zipkin that implement VertxTracerFactory