Class InstrumentationRecorder
- java.lang.Object
-
- io.quarkus.opentelemetry.runtime.tracing.intrumentation.InstrumentationRecorder
-
public class InstrumentationRecorder extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static OpenTelemetryVertxTracingDevModeFactoryFACTORY
-
Constructor Summary
Constructors Constructor Description InstrumentationRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeValue<OpenTelemetryVertxTracer>createTracers()Consumer<io.vertx.core.VertxOptions>getVertxTracingMetricsOptions()Consumer<io.vertx.core.VertxOptions>getVertxTracingOptionsDevMode()Consumer<io.vertx.core.VertxOptions>getVertxTracingOptionsProd(RuntimeValue<OpenTelemetryVertxTracer> tracer)voidsetTracerDevMode(RuntimeValue<OpenTelemetryVertxTracer> tracer)
-
-
-
Field Detail
-
FACTORY
public static final OpenTelemetryVertxTracingDevModeFactory FACTORY
-
-
Method Detail
-
createTracers
public RuntimeValue<OpenTelemetryVertxTracer> createTracers()
-
getVertxTracingOptionsProd
public Consumer<io.vertx.core.VertxOptions> getVertxTracingOptionsProd(RuntimeValue<OpenTelemetryVertxTracer> tracer)
-
getVertxTracingOptionsDevMode
public Consumer<io.vertx.core.VertxOptions> getVertxTracingOptionsDevMode()
-
setTracerDevMode
public void setTracerDevMode(RuntimeValue<OpenTelemetryVertxTracer> tracer)
-
getVertxTracingMetricsOptions
public Consumer<io.vertx.core.VertxOptions> getVertxTracingMetricsOptions()
-
-