Description

OpenTelemetry settings.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
enabledVALUEBooleantrueWhether the OpenTelemetry support is enabled
globalVALUEBooleantrueWhether the io.opentelemetry.api.OpenTelemetry instance created from this configuration should be made the global one
propagatorsLISTi.h.t.o.O.CustomMethods OpenTelemetry io.opentelemetry.context.propagation.TextMapPropagator instances added explicitly by the app
serviceVALUEString Service name used in sending telemetry data to the collector
signals.loggingVALUEi.h.t.o.OpenTelemetryLoggingConfig OpenTelemetry logging settings
signals.metricsVALUEi.h.t.o.OpenTelemetryMetricsConfig OpenTelemetry metrics settings
signals.tracingVALUEi.h.t.o.OpenTelemetryTracingConfig OpenTelemetry tracing settings

See the manifest for all available types.