DatadogHook
DatadogUses datadog API to send metrics of practically anything measurable, so it’s possible to track # of db records inserted/deleted, records read from file and many other useful metrics.
Access Instructions
Install the Datadog provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
datadog_conn_idThe connection to datadog, containing metadata for api keys.
Documentation
Uses datadog API to send metrics of practically anything measurable, so it’s possible to track # of db records inserted/deleted, records read from file and many other useful metrics.
Depends on the datadog API, which has to be deployed on the same server where Airflow runs.