mik-laj commented on a change in pull request #6130: [AIRFLOW-5508] Add a
whitelist mechanism for the StatsD metrics
URL: https://github.com/apache/airflow/pull/6130#discussion_r325022764
##########
File path: docs/metrics.rst
##########
@@ -41,6 +41,13 @@ Add the following lines to your configuration file e.g.
``airflow.cfg``
statsd_port = 8125
statsd_prefix = airflow
+If you want to avoid send all the available metrics to StatsD, you can
configure a whitelist of prefixes to send only
+the metrics that start with the elements of the list:
+
+.. code-block:: bash
Review comment:
```suggestion
.. code-block:: none
```
----------------------------------------------------------------
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