airflow-prometheus-exporter
airflow-prometheus-exporter copied to clipboard
Export Airflow metrics (from mysql) in prometheus format
The Airflow exporter currently uses `v0.0.0-20220209214540-3681064d5158`, which is affected by the vulnerability CVE-2022-29526. Is the exporter affected by this vulnerability? Using Golang 1.17.10 or newer will update the package to...
i need to configure alerts using alertmanager ,wherenever a dag fails , with its details. i tried **airflow_dag_run_state{state="failed"}>=1** not a very good idea ,help!
Questions: * How to determine the number of tasks currently running? * How to determine how long it took for a task to finish?
This adds a DAG current runtime metric. For each DAG, if it is not running, -1 is returned. If it is running, it shows the current runtime. This is useful...