kaxil commented on a change in pull request #7227: [AIRFLOW-6539] Allow Custom 
Statsd Client
URL: https://github.com/apache/airflow/pull/7227#discussion_r369149968
 
 

 ##########
 File path: airflow/config_templates/config.yml
 ##########
 @@ -1314,6 +1314,15 @@
       type: string
       example: ~
       default: ""
+    - name: statsd_custom_client_path
+      description: |
+        If you want to utilise your own custom Statsd client set the relevant
+        module path below. Note: The module path must exist on your PYTHONPATH
+        for Airflow to pick it up
+      version_added: ~
+      type: string
+      example: ~
+      default: ""
 
 Review comment:
   ```suggestion
         default: ~
   ```
   
   As it is optional option so let's keep it as **null**

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to