io.helidon.telemetry.otelconfig.OpenTelemetryLoggingConfig
Description
Configuration settings for OpenTelemetry logging
Configuration options
| Key | Type | Description |
|---|---|---|
trace-based | Boolean | Whether to include only log records from traces which are sampled |
attributes | CustomMethods | Name/value pairs passed to OpenTelemetry |
minimum-severity | Severity | Minimum severity level of log records to process |
processors | List<CustomMethods> | Settings for logging processors |
enabled | Boolean | Whether the OpenTelemetry logger should be enabled |
log-limits | CustomMethods | Log limits to apply to log transmission |
exporters | Map<String, CustomMethods> | Log record exporters |
Usages
See the manifest for all available types.