Uses of Class
io.quarkus.opentelemetry.runtime.exporter.otlp.tracing.LateBoundBatchSpanProcessor
Packages that use LateBoundBatchSpanProcessor
Package
Description
-
Uses of LateBoundBatchSpanProcessor in io.quarkus.opentelemetry.runtime.exporter.otlp
Methods in io.quarkus.opentelemetry.runtime.exporter.otlp that return types with arguments of type LateBoundBatchSpanProcessorModifier and TypeMethodDescriptionFunction<io.quarkus.arc.SyntheticCreationalContext<LateBoundBatchSpanProcessor>, LateBoundBatchSpanProcessor> OTelExporterRecorder.batchSpanProcessorForOtlp(OTelRuntimeConfig otelRuntimeConfig, OtlpExporterRuntimeConfig exporterRuntimeConfig, Supplier<io.vertx.core.Vertx> vertx) Function<io.quarkus.arc.SyntheticCreationalContext<LateBoundBatchSpanProcessor>, LateBoundBatchSpanProcessor> OTelExporterRecorder.batchSpanProcessorForOtlp(OTelRuntimeConfig otelRuntimeConfig, OtlpExporterRuntimeConfig exporterRuntimeConfig, Supplier<io.vertx.core.Vertx> vertx) -
Uses of LateBoundBatchSpanProcessor 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 configuredLateBoundBatchSpanProcessor.