Package | Description |
---|---|
io.vertx.core | |
io.vertx.core.spi | |
io.vertx.core.tracing | |
io.vertx.tracing.opentelemetry | |
io.vertx.tracing.opentracing | |
io.vertx.tracing.zipkin |
Modifier and Type | Method and Description |
---|---|
TracingOptions |
VertxOptions.getTracingOptions()
If tracing is disabled, the value will be
null . |
Modifier and Type | Method and Description |
---|---|
VertxOptions |
VertxOptions.setTracingOptions(TracingOptions tracingOptions)
Set the tracing options
|
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 |
OpenTelemetryOptions |
Modifier and Type | Method and Description |
---|---|
TracingOptions |
OpenTelemetryTracingFactory.newOptions() |
TracingOptions |
OpenTelemetryTracingFactory.newOptions(JsonObject jsonObject) |
Modifier and Type | Method and Description |
---|---|
VertxTracer<io.opentelemetry.api.trace.Span,io.opentelemetry.api.trace.Span> |
OpenTelemetryTracingFactory.tracer(TracingOptions options) |
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 |
---|---|
ZipkinTracer |
ZipkinTracerFactory.tracer(TracingOptions options) |
Copyright © 2023 Eclipse. All rights reserved.