This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 22f9370b2e Add airflow-plugin-watchdog to ecosystem page (#1550)
22f9370b2e is described below
commit 22f9370b2e1532c0477e7af32b93d676257e5eaa
Author: Qing Wan <[email protected]>
AuthorDate: Tue Jun 2 19:44:42 2026 +1000
Add airflow-plugin-watchdog to ecosystem page (#1550)
Adds airflow-plugin-watchdog to the "Third Party Airflow Plugins and
Providers" section of the ecosystem page.
It's an Apache-2.0 licensed, zero-dependency Airflow 3 plugin that monitors
DAG/task health straight from the metadata DB — runtime anomalies, failure
spikes, missed deadlines, stuck tasks, and schedule anomalies — with a
dashboard, an in-UI configuration page, and email/webhook alerting. Published
on PyPI: https://pypi.org/project/airflow-plugin-watchdog/
---
landing-pages/site/content/en/ecosystem/_index.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/landing-pages/site/content/en/ecosystem/_index.md
b/landing-pages/site/content/en/ecosystem/_index.md
index 8c61117f69..b072c7cef6 100644
--- a/landing-pages/site/content/en/ecosystem/_index.md
+++ b/landing-pages/site/content/en/ecosystem/_index.md
@@ -111,6 +111,8 @@ If you would you like to be included on this page, please
reach out to the [Apac
[Airflow Watcher](https://github.com/ram07eng/airflow-watcher) - An Airflow UI
plugin for monitoring DAG failures, SLA misses, task health, scheduling lag,
and cross-DAG dependencies. Includes dashboard views, REST API, and
multi-channel alerting (Slack, PagerDuty, Email) with StatsD and Prometheus
metrics export. Available on [PyPI](https://pypi.org/project/airflow-watcher/).
+[Airflow Plugin
Watchdog](https://github.com/Redevil10/airflow-plugin-watchdog) - A
lightweight, zero-dependency Airflow 3 plugin that monitors DAG and task health
by querying the metadata database — detecting runtime anomalies, failure
spikes, missed deadlines, stuck tasks, and schedule anomalies. Adds a dashboard
and a configuration UI to the Airflow navbar, with email and webhook alerting.
Available on [PyPI](https://pypi.org/project/airflow-plugin-watchdog/).
+
## Async Providers