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