| Package | Description |
|---|---|
| io.vertx.core | |
| io.vertx.core.spi | |
| io.vertx.core.tracing |
| Modifier and Type | Method and Description |
|---|---|
VertxBuilder |
VertxBuilder.withTracer(VertxTracerFactory factory)
Programmatically set the tracer factory to be used when tracing are enabled.
|
| 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)
Deprecated.
instead use
VertxBuilder.withTracer(VertxTracerFactory) |
Copyright © 2023 Eclipse. All rights reserved.