Uses of Interface
io.vertx.core.spi.tracing.VertxTracer
Packages that use VertxTracer
Package
Description
-
Uses of VertxTracer in io.vertx.core.spi
Methods in io.vertx.core.spi that return VertxTracerModifier and TypeMethodDescriptionVertxTracerFactory.tracer(TracingOptions options) Create a newVertxTracerobject. -
Uses of VertxTracer in io.vertx.core.spi.tracing
Fields in io.vertx.core.spi.tracing declared as VertxTracer -
Uses of VertxTracer in io.vertx.kafka.client.common.tracing
Methods in io.vertx.kafka.client.common.tracing with parameters of type VertxTracerModifier and TypeMethodDescriptionstatic <S> ConsumerTracerConsumerTracer.create(VertxTracer tracer, KafkaClientOptions opts) Creates a ConsumerTracer, which provides an opinionated facade for usingVertxTracerwith a Kafka Consumer use case.static <S> ProducerTracerProducerTracer.create(VertxTracer tracer, KafkaClientOptions opts) Creates a ProducerTracer, which provides an opinionated facade for usingVertxTracerwith a Kafka Producer use case. -
Uses of VertxTracer in io.vertx.tracing.opentelemetry
Methods in io.vertx.tracing.opentelemetry that return VertxTracerModifier and TypeMethodDescriptionVertxTracer<?, ?> OpenTelemetryTracingFactory.tracer(TracingOptions options) -
Uses of VertxTracer in io.vertx.tracing.opentracing
Classes in io.vertx.tracing.opentracing that implement VertxTracerModifier and TypeClassDescriptionclass- https://github.com/opentracing/specification/blob/master/semantic_conventions.md - https://github.com/opentracing/specification/blob/master/specification.mdMethods in io.vertx.tracing.opentracing that return VertxTracer -
Uses of VertxTracer in io.vertx.tracing.zipkin
Classes in io.vertx.tracing.zipkin that implement VertxTracer