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


##########
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:
   OK, back to having statsd_socket_path having priority over host and port



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