Monitoring apps with Prometheus, AlertManager, and Micrometer
This repository demonstrates how to deploy Prometheus, AlertManager and how to scrap data from a springboot app using Micrometer
oc new-project prometheus
./set-up.sh
- /etc/prometheus, configuration folder (config map)
- /prometheus, prometheus data (persistent)
- /etc/alertmanager, configuration folder (config map)
- /alertmanager, alertmanager data (persistent)
Sylvain Chen (sychen@redhat.com)