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