InderParmar opened a new pull request, #43389:
URL: https://github.com/apache/airflow/pull/43389
**Fixes #43366**: Remove duplicated `otel_*` options from metrics, update
traces formatting, and add deprecated entries.
### Description of Changes
- **Removed Duplicated Options**: The following `otel_*` options were
removed from the `[metrics]` section in `config.yml`:
- `otel_debugging_on`
- `otel_host`
- `otel_on`
- `otel_port`
- `otel_ssl_active`
- **Formatting Update in Traces Section**: Improved markdown consistency in
the `[traces]` section for better documentation clarity.
- **Deprecated Options Added**: Added `otel_*` options to the deprecated
list in `configuration.py`, directing users to the correct `[traces]` section
options.
--
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]