gseva commented on a change in pull request #5038: [AIRFLOW-XXX] Mention that 
statsd must be installed to gather metrics
URL: https://github.com/apache/airflow/pull/5038#discussion_r272223103
 
 

 ##########
 File path: docs/metrics.rst
 ##########
 @@ -18,10 +18,17 @@
 Metrics
 =======
 
-Airflow can be set up to send metrics to `StatsD 
<https://github.com/etsy/statsd>`__:
+Airflow can be set up to send metrics to `StatsD 
<https://github.com/etsy/statsd>`__.
+
+Setup
+-----
+
+First you must install statsd requirement:
+
+.. code-block:: bash
+
+   pip install apache-airflow[statsd]
 
 Review comment:
   Actually, shouldn't it be `pip install 'apache-airflow[statsd]'`

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

Reply via email to