Package | Description |
---|---|
io.vertx.core | |
io.vertx.core.spi | |
io.vertx.core.tracing | |
io.vertx.tracing.opentracing | |
io.vertx.tracing.zipkin |
Modifier and Type | Method and Description |
---|---|
TracingOptions |
VertxOptions.getTracingOptions() |
Modifier and Type | Method and Description |
---|---|
VertxOptions |
VertxOptions.setTracingOptions(TracingOptions tracingOptions) |
Modifier and Type | Method and Description |
---|---|
default TracingOptions |
VertxTracerFactory.newOptions()
Create an empty tracing options.
|
default TracingOptions |
VertxTracerFactory.newOptions(JsonObject jsonObject)
Create tracing options from the provided
jsonObject . |
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 | Method and Description |
---|---|
TracingOptions |
TracingOptions.copy() |
TracingOptions |
TracingOptions.setFactory(VertxTracerFactory factory)
Programmatically set the tracer factory to be used when tracing are enabled.
|
Constructor and Description |
---|
TracingOptions(TracingOptions other)
Copy constructor
|
Modifier and Type | Class and Description |
---|---|
class |
OpenTracingOptions |
Modifier and Type | Method and Description |
---|---|
VertxTracer |
OpenTracingTracerFactory.tracer(TracingOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
ZipkinTracingOptions |
Modifier and Type | Method and Description |
---|---|
TracingOptions |
ZipkinTracerFactory.newOptions() |
TracingOptions |
ZipkinTracerFactory.newOptions(JsonObject jsonObject) |
Modifier and Type | Method and Description |
---|---|
VertxTracer |
ZipkinTracerFactory.tracer(TracingOptions options) |
Copyright © 2021 Eclipse. All rights reserved.