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:
[email protected]
With regards,
Apache Git Services