Description
OpenTelemetry settings.
Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|---|---|---|---|
enabled | VALUE | Boolean | true | Whether the OpenTelemetry support is enabled |
global | VALUE | Boolean | true | Whether the io.opentelemetry.api.OpenTelemetry instance created from this configuration should be made the global one |
propagators | LIST | i.h.t.o.O.CustomMethods | OpenTelemetry io.opentelemetry.context.propagation.TextMapPropagator instances added explicitly by the app | |
service | VALUE | String | Service name used in sending telemetry data to the collector | |
signals.logging | VALUE | i.h.t.o.OpenTelemetryLoggingConfig | OpenTelemetry logging settings | |
signals.metrics | VALUE | i.h.t.o.OpenTelemetryMetricsConfig | OpenTelemetry metrics settings | |
signals.tracing | VALUE | i.h.t.o.OpenTelemetryTracingConfig | OpenTelemetry tracing settings |
See the manifest for all available types.