| Package | Description | 
|---|---|
| io.vertx.core.spi | |
| io.vertx.core.tracing | |
| io.vertx.tracing.opentelemetry | |
| io.vertx.tracing.opentracing | |
| io.vertx.tracing.zipkin | 
| Modifier and Type | Field and Description | 
|---|---|
static VertxTracerFactory | 
VertxTracerFactory.NOOP
Noop tracer factory, it can be useful for disabling metrics, e.g
  
new VertxOptions().setTracingOptions(new TracingOptions().setFactory(VertxTracerFactory.NOOP)) | 
| Modifier and Type | Method and Description | 
|---|---|
VertxTracerFactory | 
TracingOptions.getFactory()
Get the tracer factory to be used when tracing are enabled. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TracingOptions | 
TracingOptions.setFactory(VertxTracerFactory factory)
Programmatically set the tracer factory to be used when tracing are enabled. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OpenTelemetryTracingFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OpenTracingTracerFactory  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ZipkinTracerFactory  | 
Copyright © 2024 Eclipse. All rights reserved.