A simple Flutter app to fetch and display Prometheus® Alertmanager alerts from its REST API.
Not affiliated with the official Prometheus® Alertmanager project.
- Flutter SDK >= 3.8.1
- An accessible Alertmanager instance >= 0.28.1
This project is an independent, open-source application developed to interact with the Prometheus® Alertmanager API.
It is NOT affiliated with, endorsed by, or officially supported by the Prometheus® Authors, The Linux Foundation®, the Cloud Native Computing Foundation® (CNCF®), or any of their related proejcts or organizations.
“Prometheus®” is a registered trademark of their respective owners. Use of this name is for informational purposes only.
Once you've installed dependencies with flutter pub get
start the app using flutter run
.