Uses of Interface
io.quarkus.opentelemetry.runtime.config.runtime.OTelRuntimeConfig
Packages that use OTelRuntimeConfig
Package
Description
-
Uses of OTelRuntimeConfig in io.quarkus.opentelemetry.runtime
Methods in io.quarkus.opentelemetry.runtime with parameters of type OTelRuntimeConfigModifier and TypeMethodDescriptionFunction<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 OTelRuntimeConfigModifierConstructorDescriptionSamplerCustomizer(OTelBuildConfig oTelBuildConfig, OTelRuntimeConfig oTelRuntimeConfig, List<io.opentelemetry.sdk.trace.samplers.Sampler> sampler) TracingResourceCustomizer(ApplicationConfig appConfig, OTelBuildConfig oTelBuildConfig, OTelRuntimeConfig oTelRuntimeConfig, jakarta.enterprise.inject.Instance<DelayedAttributes> delayedAttributes, List<io.opentelemetry.sdk.resources.Resource> resources) -
Uses of OTelRuntimeConfig in io.quarkus.opentelemetry.runtime.exporter.otlp
Methods in io.quarkus.opentelemetry.runtime.exporter.otlp with parameters of type OTelRuntimeConfigModifier 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<io.opentelemetry.sdk.metrics.export.MetricExporter>,io.opentelemetry.sdk.metrics.export.MetricExporter> OTelExporterRecorder.createMetricExporter(OTelRuntimeConfig otelRuntimeConfig, OtlpExporterRuntimeConfig exporterRuntimeConfig, Supplier<io.vertx.core.Vertx> vertx) -
Uses of OTelRuntimeConfig in io.quarkus.opentelemetry.runtime.tracing.intrumentation
Constructor parameters in io.quarkus.opentelemetry.runtime.tracing.intrumentation with type arguments of type OTelRuntimeConfig