This is a standalone configuration type, prefix from configuration root: telemetry
Configuration options
| key | type | default value | description |
|---|---|---|---|
|
string |
|
Service name used in sending telemetry data to the collector. |
| key | type | default value | description |
|---|---|---|---|
|
boolean |
|
Whether the OpenTelemetry support is enabled. |
|
boolean |
|
Whether the io.opentelemetry.api.OpenTelemetry instance created from this configuration should be made the global one. |
|
TextMapPropagator[] |
|
OpenTelemetry io.opentelemetry.context.propagation.TextMapPropagator instances added explicitly by the app. Default: ContextPropagationType.DEFAULT_NAMES. See io.helidon.telemetry.otelconfig.ContextPropagationType |
|
|
OpenTelemetry tracing settings. |