Interface OtlpExporterRuntimeConfig
- All Superinterfaces:
OtlpExporterConfig
@ConfigMapping(prefix="quarkus.otel.exporter.otlp")
@ConfigRoot(phase=RUN_TIME)
public interface OtlpExporterRuntimeConfig
extends OtlpExporterConfig
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.opentelemetry.runtime.config.runtime.exporter.OtlpExporterConfig
OtlpExporterConfig.KeyCert, OtlpExporterConfig.Protocol, OtlpExporterConfig.ProxyConfig, OtlpExporterConfig.TrustCert -
Field Summary
Fields inherited from interface io.quarkus.opentelemetry.runtime.config.runtime.exporter.OtlpExporterConfig
DEFAULT_GRPC_BASE_URI, DEFAULT_HTTP_BASE_URI, DEFAULT_TIMEOUT_SECS -
Method Summary
Methods inherited from interface io.quarkus.opentelemetry.runtime.config.runtime.exporter.OtlpExporterConfig
compression, endpoint, headers, keyCert, protocol, proxyOptions, timeout, tlsConfigurationName, trustCert
-
Method Details
-
traces
OtlpExporterTracesConfig traces()OTLP traces exporter configuration. -
metrics
OtlpExporterMetricsConfig metrics()OTLP metrics exporter configuration. -
logs
OtlpExporterLogsConfig logs()OTLP logs exporter configuration.
-