armorbreak001 opened a new pull request, #71351: URL: https://github.com/apache/airflow/pull/71351
## Summary Fixes #43366 — Five `otel_*` configuration options (`otel_on`, `otel_host`, `otel_port`, `otel_debugging_on`, `otel_ssl_active`) appear **twice** in the Configuration Reference documentation: once under `[metrics]` and once under `[traces]`. These options were moved from `[metrics]` to `[traces]` in commit ccf12026b44685f2d9917cd313676784e63c81af, but the original copies in `[metrics]` were not removed. ## Changes **File:** `airflow-core/src/airflow/config_templates/config.yml` Removed the 5 duplicate option blocks (79 lines) from the `[metrics]` section. The canonical versions remain intact in the `[traces]` section. The following options were **kept** in `[metrics]` (not duplicated in traces): - `otel_prefix` — metrics-specific prefix - `otel_interval_milliseconds` — send interval for metrics - `otel_service` — also present in both sections (left as-is since not mentioned in the issue) ## Verification After this change, searching for each of the 5 removed options in config.yml returns exactly **1 result** (the `[traces]` version) instead of 2. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
