|
||
---|---|---|
grafana | ||
prometheus | ||
spring-app | ||
.gitignore | ||
README.md | ||
docker-compose.yml |
README.md
Prometheus and Grafana monitoring for Spring Boot application
This project demonstrates how to set up monitoring for a Spring Boot application using Prometheus and Grafana.
Running the project
- Clone the repository.
- Start the containers using Docker Compose:
docker compose up --build -d
- Access Grafana at http://localhost:3000.
- Navigate to the
Dashboard
section and selectcalls-count-dashboard
.
Usage
- Prometheus scrapes metrics from the
/metrics
endpoint of the Spring Boot application every 15 seconds at http://localhost:8080/metrics. - The
/metrics
endpoint includes acall_counter
variable, which increases each time the/data
endpoint is called. You can manually increase the counter by executing:
curl http://localhost:8080/data
- When Prometheus scrapes the
/metrics
endpoint, it automatically restarts the counter.
Contributors
- Juan Martín Barmasch
- Mateo Bartellini Huapalla
- Ezequiel Bellver
- Santiago Lo Coco
- Juan Manuel Negro