You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Austin Hsu (JIRA)" <ji...@apache.org> on 2018/08/15 20:21:00 UTC

[jira] [Created] (AIRFLOW-2906) Enable sending metrics to DataDog

Austin Hsu created AIRFLOW-2906:
-----------------------------------

             Summary: Enable sending metrics to DataDog 
                 Key: AIRFLOW-2906
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2906
             Project: Apache Airflow
          Issue Type: Improvement
          Components: utils
    Affects Versions: Airflow 1.8
            Reporter: Austin Hsu
            Assignee: Austin Hsu


Add functionality to Airflow to enable sending of metrics to DataDog.  DataDog provides support for tags which allows us to aggregate data more easily and visualize it.  We can utilize the [Datadog python library|[https://github.com/DataDog/datadogpy]] python library and the [ThreadStats|[https://datadogpy.readthedocs.io/en/latest/#datadog-threadstats-module]] module to send metrics directly to DataDog without needing to spin up an agent to forward the metrics to DataDog.  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)