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 OpenTelemetryVertxTracingFactoryFACTORY
-
Constructor Summary
Constructors Constructor Description InstrumentationRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Consumer<io.vertx.core.VertxOptions>getVertxTracingMetricsOptions()Consumer<io.vertx.core.VertxOptions>getVertxTracingOptions()voidsetupVertxTracer(BeanContainer beanContainer)
-
-
-
Field Detail
-
FACTORY
public static final OpenTelemetryVertxTracingFactory FACTORY
-
-
Method Detail
-
getVertxTracingOptions
public Consumer<io.vertx.core.VertxOptions> getVertxTracingOptions()
-
setupVertxTracer
public void setupVertxTracer(BeanContainer beanContainer)
-
getVertxTracingMetricsOptions
public Consumer<io.vertx.core.VertxOptions> getVertxTracingMetricsOptions()
-
-