io.helidon.telemetry.otelconfig.OtlpExporterConfig
Description
Settings for OpenTelemetry OTLP exporters
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
connect- | Duration | Connection timeout | |
headers | Map< | Headers added to each export message | |
endpoint | URI | Endpoint of the collector to which the exporter should transmit | |
memory- | Memory | Memory mode | |
protocol | String | DEFAULT | Exporter protocol type |
internal- | Internal | Self-monitoring telemetry OpenTelemetry should collect | |
certificate | Resource | Trusted certificates | |
client. | Resource | TLS client key | |
client. | Resource | TLS certificate | |
compression | Compression | Compression the exporter uses | |
retry- | Retry | Retry policy | |
timeout | Duration | Exporter timeout |
Dependent Types
- io.
helidon. telemetry. otelconfig. LogRecord Exporter Config - io.
helidon. telemetry. otelconfig. Metric Exporter Config - io.
helidon. telemetry. otelconfig. Otlp Http Exporter Config
See the manifest for all available types.