Uses of Class
io.quarkus.opentelemetry.runtime.exporter.otlp.LateBoundBatchSpanProcessor
-
Packages that use LateBoundBatchSpanProcessor Package Description io.quarkus.opentelemetry.runtime.exporter.otlp -
-
Uses of LateBoundBatchSpanProcessor in io.quarkus.opentelemetry.runtime.exporter.otlp
Subclasses of LateBoundBatchSpanProcessor in io.quarkus.opentelemetry.runtime.exporter.otlp Modifier and Type Class Description classRemoveableLateBoundBatchSpanProcessorThe only point in having this class is to allowAutoConfiguredOpenTelemetrySdkBuilderCustomizer.TracerProviderCustomizerto easily ignore the configuredLateBoundBatchSpanProcessor.Methods in io.quarkus.opentelemetry.runtime.exporter.otlp that return types with arguments of type LateBoundBatchSpanProcessor Modifier and Type Method Description Function<io.quarkus.arc.SyntheticCreationalContext<LateBoundBatchSpanProcessor>,LateBoundBatchSpanProcessor>OTelExporterRecorder. batchSpanProcessorForOtlp(OTelRuntimeConfig otelRuntimeConfig, OtlpExporterRuntimeConfig exporterRuntimeConfig, TlsConfig tlsConfig, Supplier<io.vertx.core.Vertx> vertx)Function<io.quarkus.arc.SyntheticCreationalContext<LateBoundBatchSpanProcessor>,LateBoundBatchSpanProcessor>OTelExporterRecorder. batchSpanProcessorForOtlp(OTelRuntimeConfig otelRuntimeConfig, OtlpExporterRuntimeConfig exporterRuntimeConfig, TlsConfig tlsConfig, Supplier<io.vertx.core.Vertx> vertx)
-