Class OpenTelemetryJobInstrumenter
java.lang.Object
io.quarkus.opentelemetry.runtime.tracing.intrumentation.scheduler.OpenTelemetryJobInstrumenter
- All Implemented Interfaces:
JobInstrumenter
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.scheduler.spi.JobInstrumenter
JobInstrumenter.JobInstrumentationContext -
Constructor Summary
ConstructorsConstructorDescriptionOpenTelemetryJobInstrumenter(io.opentelemetry.api.OpenTelemetry openTelemetry, OTelRuntimeConfig runtimeConfig) -
Method Summary
Modifier and TypeMethodDescriptioninstrument(JobInstrumenter.JobInstrumentationContext instrumentationContext)
-
Constructor Details
-
OpenTelemetryJobInstrumenter
public OpenTelemetryJobInstrumenter(io.opentelemetry.api.OpenTelemetry openTelemetry, OTelRuntimeConfig runtimeConfig)
-
-
Method Details
-
instrument
public CompletionStage<Void> instrument(JobInstrumenter.JobInstrumentationContext instrumentationContext) - Specified by:
instrumentin interfaceJobInstrumenter
-