# Airflow DAGs Monitoring

**URL:** https://discuss.prometheus.io/t/airflow-dags-monitoring/1529
**Category:** Exporters and Metrics
**Created:** [March 16, 2023, 4:02am UTC](https://discuss.prometheus.io/t/airflow-dags-monitoring/1529 "2023-03-16T04:02:52Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Akshay15](https://avatars.discourse-cdn.com/v4/letter/a/f05b48/32.png) [@Akshay15](https://discuss.prometheus.io/u/Akshay15)
#### Post date: [March 16, 2023, 4:02am UTC](https://discuss.prometheus.io/t/airflow-dags-monitoring/1529/1 "2023-03-16T04:02:52Z")

</div>

We are using Prometheus to monitor Airflow DAGs.

Below are metrics provided by Airflow for monitoring,  
[https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/logging-monitoring/metrics.html](https://airflow.apache.org/docs/apache-airflow/stable/administration-and-deployment/logging-monitoring/metrics.html)

We tried using every possible metrics but we are unable to get below points:

1. The only last run status of DAGs, if a DAG runs multiple times in a day
2. The timestamp at which it has been successful or failed
3. And no. of times it failed or no. of re-runs after failed
