Interface OtlpExporterConfig.ProxyConfig
- Enclosing interface:
OtlpExporterConfig
-
Method Summary
-
Method Details
-
enabled
If proxy connection must be used.There is a generic property, that will apply to all signals and a signal specific one, following the pattern: `quarkus.otel.exporter.otlp.invalid input: '<'signal-type>.proxy-options.enabled` where invalid input: '<'signal-type> is one of the supported signal types, like `traces` or `metrics`.
-
username
Set proxy username.There is a generic property, that will apply to all signals and a signal specific one, following the pattern: `quarkus.otel.exporter.otlp.invalid input: '<'signal-type>.proxy-options.username` where invalid input: '<'signal-type> is one of the supported signal types, like `traces` or `metrics`.
-
password
Set proxy password.There is a generic property, that will apply to all signals and a signal specific one, following the pattern: `quarkus.otel.exporter.otlp.invalid input: '<'signal-type>.proxy-options.password` where invalid input: '<'signal-type> is one of the supported signal types, like `traces` or `metrics`.
-
port
OptionalInt port()Set proxy port.There is a generic property, that will apply to all signals and a signal specific one, following the pattern: `quarkus.otel.exporter.otlp.invalid input: '<'signal-type>.proxy-options.port` where invalid input: '<'signal-type> is one of the supported signal types, like `traces` or `metrics`.
-
host
Set proxy host.There is a generic property, that will apply to all signals and a signal specific one, following the pattern: `quarkus.otel.exporter.otlp.invalid input: '<'signal-type>.proxy-options.host` where invalid input: '<'signal-type> is one of the supported signal types, like `traces` or `metrics`.
-