Class InstrumentationRecorder
java.lang.Object
io.quarkus.opentelemetry.runtime.tracing.instrumentation.InstrumentationRecorder
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstrumentationRecorder(OTelBuildConfig buildConfig, io.quarkus.runtime.RuntimeValue<OTelRuntimeConfig> runtimeConfig) -
Method Summary
Modifier and TypeMethodDescriptionConsumer<io.vertx.core.VertxOptions> Consumer<io.vertx.core.VertxOptions> Consumer<io.vertx.core.VertxOptions> voidsetupVertxTracer(io.quarkus.arc.runtime.BeanContainer beanContainer, boolean sqlClientAvailable, boolean redisClientAvailable)
-
Field Details
-
FACTORY
-
-
Constructor Details
-
InstrumentationRecorder
public InstrumentationRecorder(OTelBuildConfig buildConfig, io.quarkus.runtime.RuntimeValue<OTelRuntimeConfig> runtimeConfig)
-
-
Method Details
-
getVertxTracingOptions
-
setupVertxTracer
public void setupVertxTracer(io.quarkus.arc.runtime.BeanContainer beanContainer, boolean sqlClientAvailable, boolean redisClientAvailable) -
getVertxHttpMetricsOptions
-
getVertxMetricsOptions
-