[
https://issues.apache.org/jira/browse/AIRFLOW-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17025294#comment-17025294
]
Andrew Tilley commented on AIRFLOW-2906:
----------------------------------------
I'm confused about the existence of this issue; isn't Datadog integration
already available in
[https://github.com/apache/airflow/commits/master/airflow/contrib/hooks/datadog_hook.py]?
> DataDog Integration for Airflow
> -------------------------------
>
> Key: AIRFLOW-2906
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2906
> Project: Apache Airflow
> Issue Type: Improvement
> Components: utils
> Affects Versions: 1.8.0
> Reporter: Austin Hsu
> Assignee: Chandu Kavar
> 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
> module|https://datadogpy.readthedocs.io/en/latest/#datadog-threadstats-module]
> to send metrics directly to DataDog without needing to spin up an agent to
> forward the metrics. The current implementation in 1.8 uses the statsd
> library to send the metrics which provides us with much less control to
> filter our data.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)