[GitHub] [airflow] kaxil commented on a change in pull request #7227: [AIRFLOW-6539] Allow Custom Statsd Client

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

 ##
 File path: airflow/config_templates/default_airflow.cfg
 ##
 @@ -631,6 +631,11 @@ statsd_prefix = airflow
 # start with the elements of the list (e.g: scheduler,executor,dagrun)
 statsd_allow_list =
 
+# 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
+statsd_custom_client_path =
 
 Review comment:
   ```suggestion
   # statsd_custom_client_path =
   ```


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


[GitHub] [airflow] kaxil commented on a change in pull request #7227: [AIRFLOW-6539] Allow Custom Statsd Client

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

 ##
 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
 
 Review comment:
   ```suggestion
   module path below. 
   Note: The module path must exist on your PYTHONPATH for Airflow to 
pick it up
   ```


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


[GitHub] [airflow] kaxil commented on a change in pull request #7227: [AIRFLOW-6539] Allow Custom Statsd Client

2020-01-21 Thread GitBox
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