Uses of Interface
io.quarkus.opentelemetry.runtime.config.runtime.OTelRuntimeConfig
-
Packages that use OTelRuntimeConfig Package Description io.quarkus.opentelemetry.runtime io.quarkus.opentelemetry.runtime.exporter.otlp -
-
Uses of OTelRuntimeConfig in io.quarkus.opentelemetry.runtime
Methods in io.quarkus.opentelemetry.runtime with parameters of type OTelRuntimeConfig Modifier and Type Method Description Function<io.quarkus.arc.SyntheticCreationalContext<io.opentelemetry.api.OpenTelemetry>,io.opentelemetry.api.OpenTelemetry>OpenTelemetryRecorder. opentelemetryBean(OTelRuntimeConfig oTelRuntimeConfig)Constructors in io.quarkus.opentelemetry.runtime with parameters of type OTelRuntimeConfig Constructor Description ResourceCustomizer(ApplicationConfig appConfig, OTelBuildConfig oTelBuildConfig, OTelRuntimeConfig oTelRuntimeConfig, jakarta.enterprise.inject.Instance<DelayedAttributes> delayedAttributes, List<io.opentelemetry.sdk.resources.Resource> resources)SamplerCustomizer(OTelBuildConfig oTelBuildConfig, OTelRuntimeConfig oTelRuntimeConfig, List<io.opentelemetry.sdk.trace.samplers.Sampler> sampler) -
Uses of OTelRuntimeConfig in io.quarkus.opentelemetry.runtime.exporter.otlp
Methods in io.quarkus.opentelemetry.runtime.exporter.otlp with parameters of type OTelRuntimeConfig Modifier and Type Method Description Function<io.quarkus.arc.SyntheticCreationalContext<LateBoundBatchSpanProcessor>,LateBoundBatchSpanProcessor>OtlpRecorder. batchSpanProcessorForOtlp(OTelRuntimeConfig otelRuntimeConfig, OtlpExporterRuntimeConfig exporterRuntimeConfig, TlsConfig tlsConfig, Supplier<io.vertx.core.Vertx> vertx)
-