Airflow Monitoring and alerting with Prometheus.
Dec 8, 2021
Airflow health monitoring
For this, we are using json_exporter so we can convert JSON into Prometheus formated matrics.
By default, airflow gives metrics at this endpoint localhost:9000/health

Steps -
<script src=”https://gist.github.com/gauravwadghule/19a38aaf28d7723a1dbdb45997cefdb7.js"></script>