diff --git a/airflow/config_templates/config.yml b/airflow/config_templates/config.yml index 09d6666ff94cd..07deb7c1d73d6 100644 --- a/airflow/config_templates/config.yml +++ b/airflow/config_templates/config.yml @@ -1077,22 +1077,23 @@ metrics: example: ~ default: "False" otel_host: - description: ~ + description: | + Specifies the hostname or IP address of the OpenTelemetry Collector to which Airflow sends + metrics and traces. version_added: 2.6.0 type: string example: ~ default: "localhost" otel_port: description: | - Specifies the hostname or IP address of the OpenTelemetry Collector to which Airflow sends - metrics and traces + Specifies the port of the OpenTelemetry Collector that is listening to. version_added: 2.6.0 type: string example: ~ default: "8889" otel_prefix: description: | - Specifies the port of the OpenTelemetry Collector that is listening to + The prefix for the Airflow metrics. version_added: 2.6.0 type: string example: ~ @@ -1100,14 +1101,14 @@ metrics: otel_interval_milliseconds: description: | Defines the interval, in milliseconds, at which Airflow sends batches of metrics and traces - to the configured OpenTelemetry Collector + to the configured OpenTelemetry Collector. version_added: 2.6.0 type: integer example: ~ default: "60000" otel_debugging_on: description: | - If True, all metrics are also emitted to the console. Defaults to False. + If True, all metrics are also emitted to the console. Defaults to False. version_added: 2.7.0 type: string example: ~