xBis7 commented on code in PR #70517:
URL: https://github.com/apache/airflow/pull/70517#discussion_r3721073533


##########
airflow-core/src/airflow/config_templates/config.yml:
##########
@@ -1195,11 +1195,14 @@ metrics:
       default: "False"
     statsd_host:
       description: |
-        Specifies the host address where the StatsD daemon (or server) is 
running
+        Specifies the host address where the StatsD daemon (or server) is 
running. Left
+        unset by default so the DataDog client can fall back to its own 
environment
+        variables; the StatsD client defaults to ``localhost``. If 
``statsd_socket_path`` is also
+        set, the socket takes precedence and a warning is logged.
       version_added: 2.0.0
       type: string
       example: ~
-      default: "localhost"
+      default: ~

Review Comment:
   From the user perspective, their understanding should be that the behavior 
is the same but now there is a new option which will take precedence if 
specified.



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