- Prometheus is a time-series database that is used to capture application and system metrics
- Grafana is the visualization on top of prometheus data accessible through promQL
- Review prometheus/prometheus.yml
- Add/update jobs and scrape interval as required. By default anair microservices and docker jobs are already in there.
Visualize logs in Grafana.
- Refer config file: loki/conf/loki-config.yaml
- JVM dashboard is at grafana/provisioning/dashboards/jvm-micrometer.json
- A default Prometheus dashboard provider configuration is at grafana/provisioning/dashboards/dashboard.yml
- This points to the above prometheus installation
- Add Loki datasource at http://loki:3100
- Prometheus
- Grafana
- Login initially as admin/admin. If asked to enter new password, do so and note it down.
- cAdvisor
- Loki healthcheck
- Loki metrics
A default JVM Grafana dashboard is provided