-
Notifications
You must be signed in to change notification settings - Fork 1
Prometheus
Finn Lippok edited this page Jul 1, 2023
·
2 revisions
Prometheus is an open-source monitoring and alerting system used to collect and analyze time-series data. Here's a brief explanation of the configuration:
-
Global Config:
-
scrape_interval: Scrape targets every 15 seconds. -
evaluation_interval: Evaluate rules every 15 seconds. -
scrape_timeout: Set to default (10s).
-
-
Alertmanager:
- Configure a static Alertmanager target (currently commented out).
-
Scrape Configs:
- Scrape Prometheus itself (localhost:9090).
- Scrape Spring Boot Actuator metrics (spring:8080).
- Scrape mysqld-exporter metrics (mysqld-exporter:9104).
-
Rule Files:
- Currently, no rule files are enabled (commented out).
For detailed information, refer to the official Prometheus documentation: https://prometheus.io/docs/