io.helidon.telemetry.otelconfig.HelidonOpenTelemetry
Description
OpenTelemetry settings
Configuration options
| Key | Type | Default | Description |
|---|---|---|---|
enabled | Boolean | true | Whether the OpenTelemetry support is enabled |
global | Boolean | true | Whether the io.opentelemetry.api.OpenTelemetry instance created from this configuration should be made the global one |
propagators | List<CustomMethods> | OpenTelemetry io.opentelemetry.context.propagation.TextMapPropagator instances added explicitly by the app | |
service | String | Service name used in sending telemetry data to the collector | |
signals | Configuration for signals |
Usages
See the manifest for all available types.