Health metrics
Each service must expose actuator health, metrics.
- export them in Prometheus format
- at least that the service is running (look at seminar 09)
Your systems will collect the metrics in an automated way (e.g., Prometheus).
- add Prometheus instance to
podman-compose.yml
- configure collecting from services
You must have a monitoring dashboard (e.g., Grafana) showing the state of your system.
- add Grafana instance to
podman-compose.yml
- create a dashboard with panels showing metrics from Prometheus
- export the dashboard as JSON
Edited by Juraj Marcin