Skip to content

Monitoring apps with Prometheus, AlertManager, and Micrometer

Notifications You must be signed in to change notification settings

schen1/monitoring-openshift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

monitoring-openshift

Monitoring apps with Prometheus, AlertManager, and Micrometer

Description

This repository demonstrates how to deploy Prometheus, AlertManager and how to scrap data from a springboot app using Micrometer

Set up Prometheus and AlertManager

oc new-project prometheus
./set-up.sh

Files within Prometheus

  • /etc/prometheus, configuration folder (config map)
  • /prometheus, prometheus data (persistent)

Files within Alertmanager

  • /etc/alertmanager, configuration folder (config map)
  • /alertmanager, alertmanager data (persistent)

Author

Sylvain Chen (sychen@redhat.com)

Docs

https://prometheus.io/docs/

About

Monitoring apps with Prometheus, AlertManager, and Micrometer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages