Class OTelExporterRecorder
- java.lang.Object
-
- io.quarkus.opentelemetry.runtime.exporter.otlp.OTelExporterRecorder
-
public class OTelExporterRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description OTelExporterRecorder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Function<io.quarkus.arc.SyntheticCreationalContext<LateBoundBatchSpanProcessor>,LateBoundBatchSpanProcessor>batchSpanProcessorForOtlp(OTelRuntimeConfig otelRuntimeConfig, OtlpExporterRuntimeConfig exporterRuntimeConfig, TlsConfig tlsConfig, Supplier<io.vertx.core.Vertx> vertx)(package private) static StringresolveEndpoint(OtlpExporterRuntimeConfig runtimeConfig)
-
-
-
Method Detail
-
batchSpanProcessorForOtlp
public Function<io.quarkus.arc.SyntheticCreationalContext<LateBoundBatchSpanProcessor>,LateBoundBatchSpanProcessor> batchSpanProcessorForOtlp(OTelRuntimeConfig otelRuntimeConfig, OtlpExporterRuntimeConfig exporterRuntimeConfig, TlsConfig tlsConfig, Supplier<io.vertx.core.Vertx> vertx)
-
resolveEndpoint
static String resolveEndpoint(OtlpExporterRuntimeConfig runtimeConfig)
-
-