Uses of Class
io.vertx.core.tracing.TracingOptions
Packages that use TracingOptions
Package
Description
-
Uses of TracingOptions in io.vertx.core
Methods in io.vertx.core that return TracingOptionsModifier and TypeMethodDescriptionVertxOptions.getTracingOptions()If tracing is disabled, the value will benull.Methods in io.vertx.core with parameters of type TracingOptionsModifier and TypeMethodDescriptionVertxOptions.setTracingOptions(TracingOptions tracingOptions) Set the tracing options -
Uses of TracingOptions in io.vertx.core.spi
Methods in io.vertx.core.spi that return TracingOptionsModifier and TypeMethodDescriptiondefault TracingOptionsVertxTracerFactory.newOptions()Create an empty tracing options.default TracingOptionsVertxTracerFactory.newOptions(JsonObject jsonObject) Create tracing options from the providedjsonObject.Methods in io.vertx.core.spi with parameters of type TracingOptionsModifier and TypeMethodDescriptionVertxTracerFactory.tracer(TracingOptions options) Create a newVertxTracerobject. -
Uses of TracingOptions in io.vertx.core.tracing
Methods in io.vertx.core.tracing that return TracingOptionsConstructors in io.vertx.core.tracing with parameters of type TracingOptions -
Uses of TracingOptions in io.vertx.tracing.opentelemetry
Subclasses of TracingOptions in io.vertx.tracing.opentelemetryMethods in io.vertx.tracing.opentelemetry with parameters of type TracingOptionsModifier and TypeMethodDescriptionVertxTracer<?, ?> OpenTelemetryTracingFactory.tracer(TracingOptions options) -
Uses of TracingOptions in io.vertx.tracing.opentracing
Subclasses of TracingOptions in io.vertx.tracing.opentracingMethods in io.vertx.tracing.opentracing with parameters of type TracingOptions -
Uses of TracingOptions in io.vertx.tracing.zipkin
Subclasses of TracingOptions in io.vertx.tracing.zipkinMethods in io.vertx.tracing.zipkin with parameters of type TracingOptions