| Package | Description | 
|---|---|
| io.vertx.core.spi | |
| io.vertx.core.spi.tracing | |
| io.vertx.kafka.client.common.tracing | |
| io.vertx.tracing.opentracing | |
| io.vertx.tracing.zipkin | 
| Modifier and Type | Method and Description | 
|---|---|
VertxTracer | 
VertxTracerFactory.tracer(TracingOptions options)
Create a new  
VertxTracer object.
 No specific thread and context can be expected when this method is called. | 
| Modifier and Type | Field and Description | 
|---|---|
static VertxTracer | 
VertxTracer.NOOP
Noop tracer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static <S> ConsumerTracer | 
ConsumerTracer.create(VertxTracer tracer,
      KafkaClientOptions opts)
Creates a ConsumerTracer, which provides an opinionated facade for using  
VertxTracer
 with a Kafka Consumer use case. | 
static <S> ProducerTracer | 
ProducerTracer.create(VertxTracer tracer,
      KafkaClientOptions opts)
Creates a ProducerTracer, which provides an opinionated facade for using  
VertxTracer
 with a Kafka Producer use case. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OpenTracingTracer
- https://github.com/opentracing/specification/blob/master/semantic_conventions.md
 - https://github.com/opentracing/specification/blob/master/specification.md 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VertxTracer | 
OpenTracingTracerFactory.tracer(TracingOptions options)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ZipkinTracer
- https://zipkin.io/pages/instrumenting.html
 - https://zipkin.io/public/thrift/v1/zipkinCore.html 
 | 
| Modifier and Type | Method and Description | 
|---|---|
VertxTracer<?,?> | 
ZipkinTracingOptions.buildTracer()
Build the tracer and return it. 
 | 
VertxTracer | 
ZipkinTracerFactory.tracer(TracingOptions options)  | 
Copyright © 2021 Eclipse. All rights reserved.