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:22:00 UTC

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

     [ https://issues.apache.org/jira/browse/AIRFLOW-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Austin Hsu updated AIRFLOW-2906:
--------------------------------
    Description: 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 [Datadog 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.    (was: 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.  )

> 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
>            Priority: Minor
>              Labels: metrics
>
> 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 [Datadog 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)