Class RemoveableLateBoundBatchSpanProcessor
- java.lang.Object
-
- io.quarkus.opentelemetry.runtime.exporter.otlp.LateBoundBatchSpanProcessor
-
- io.quarkus.opentelemetry.runtime.exporter.otlp.RemoveableLateBoundBatchSpanProcessor
-
- All Implemented Interfaces:
io.opentelemetry.sdk.trace.SpanProcessor,Closeable,AutoCloseable
public final class RemoveableLateBoundBatchSpanProcessor extends LateBoundBatchSpanProcessor
The only point in having this class is to allowAutoConfiguredOpenTelemetrySdkBuilderCustomizer.TracerProviderCustomizerto easily ignore the configuredLateBoundBatchSpanProcessor.
-
-
Field Summary
Fields Modifier and Type Field Description static RemoveableLateBoundBatchSpanProcessorINSTANCE
-
Method Summary
-
Methods inherited from class io.quarkus.opentelemetry.runtime.exporter.otlp.LateBoundBatchSpanProcessor
close, forceFlush, isDelegateNull, isEndRequired, isStartRequired, onEnd, onStart, shutdown
-
-
-
-
Field Detail
-
INSTANCE
public static final RemoveableLateBoundBatchSpanProcessor INSTANCE
-
-