leepokai opened a new pull request, #70837:
URL: https://github.com/apache/airflow/pull/70837

   The ``otel_on``, ``otel_host``, ``otel_port``, ``otel_service``, 
``otel_debugging_on`` and ``otel_ssl_active`` options appear in both the 
``[metrics]`` and ``[traces]`` sections of the Configuration Reference, and 
their descriptions did not say which of the two features each copy configures, 
so users could not tell the duplicated options apart.
   
   Three descriptions were also incorrect: ``[metrics] otel_host`` and 
``[metrics] otel_interval_milliseconds`` claimed to also cover traces, and 
``[metrics] otel_service`` described only traces — the code reads all of these 
exclusively for metrics (``observability/metrics/otel_logger.py``).
   
   Each description now names the signal it configures (keeping both sets of 
options, per the resolution discussed in the issue), and the ``[traces]`` 
descriptions regain the literal markup (``True``/``False``/``config.yml``) used 
elsewhere so they render properly again.
   
   closes: #43366
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code, following [the Gen-AI assisted contributions 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst);
 all changes were verified against the code that reads these options and fully 
human-reviewed.
   


-- 
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]

Reply via email to