jason810496 commented on code in PR #56150:
URL: https://github.com/apache/airflow/pull/56150#discussion_r2749418369


##########
airflow-core/docs/administration-and-deployment/logging-monitoring/metrics.rst:
##########
@@ -79,10 +79,11 @@ Add the Collector details to your configuration file e.g. 
``airflow.cfg``
 
 .. note::
 
-    To support the OpenTelemetry exporter standard, the ``metrics`` 
configurations are transparently overridden by use of standard OpenTelemetry 
SDK environment variables.

Review Comment:
   I mean like
   
   ```
   .. note ::
     
     **The following config keys have been deprecated and ...**
   
     .. code-block:: ini 
       
          [metrics] 
          otel_on = True 
          otel_host = localhost 
          otel_port = 8889 
          otel_prefix = airflow 
          otel_interval_milliseconds = 30000  # The interval between exports, 
defaults to 60000 
          otel_service = Airflow 
          otel_ssl_active = False 
   
   
   ```



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