Uses of Class
io.quarkus.opentelemetry.runtime.exporter.otlp.tracing.LateBoundSpanProcessor
Packages that use LateBoundSpanProcessor
Package
Description
-
Uses of LateBoundSpanProcessor in io.quarkus.opentelemetry.runtime.exporter.otlp
Methods in io.quarkus.opentelemetry.runtime.exporter.otlp that return types with arguments of type LateBoundSpanProcessorModifier and TypeMethodDescriptionFunction<io.quarkus.arc.SyntheticCreationalContext<LateBoundSpanProcessor>, LateBoundSpanProcessor> OTelExporterRecorder.spanProcessorForOtlp(Supplier<io.vertx.core.Vertx> vertx) Function<io.quarkus.arc.SyntheticCreationalContext<LateBoundSpanProcessor>, LateBoundSpanProcessor> OTelExporterRecorder.spanProcessorForOtlp(Supplier<io.vertx.core.Vertx> vertx) -
Uses of LateBoundSpanProcessor in io.quarkus.opentelemetry.runtime.exporter.otlp.tracing
Modifier and TypeClassDescriptionfinal classThe only point in having this class is to allowAutoConfiguredOpenTelemetrySdkBuilderCustomizer.TracerProviderCustomizerto easily ignore the configuredLateBoundSpanProcessor.