public class OpenTelemetryTracingFactory extends Object implements io.vertx.core.spi.VertxTracerFactory
Constructor and Description |
---|
OpenTelemetryTracingFactory() |
Modifier and Type | Method and Description |
---|---|
io.vertx.core.tracing.TracingOptions |
newOptions() |
io.vertx.core.tracing.TracingOptions |
newOptions(io.vertx.core.json.JsonObject jsonObject) |
io.vertx.core.spi.tracing.VertxTracer<io.opentelemetry.context.Scope,io.opentelemetry.context.Scope> |
tracer(io.vertx.core.tracing.TracingOptions options) |
public io.vertx.core.spi.tracing.VertxTracer<io.opentelemetry.context.Scope,io.opentelemetry.context.Scope> tracer(io.vertx.core.tracing.TracingOptions options)
tracer
in interface io.vertx.core.spi.VertxTracerFactory
public io.vertx.core.tracing.TracingOptions newOptions()
newOptions
in interface io.vertx.core.spi.VertxTracerFactory
public io.vertx.core.tracing.TracingOptions newOptions(io.vertx.core.json.JsonObject jsonObject)
newOptions
in interface io.vertx.core.spi.VertxTracerFactory
Copyright © 2022 Eclipse. All rights reserved.