czetsuya / lab-spring-prometheus

This project demonstrates the behaviour of Spring's built-in metrics scrape by Prometheus.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Czetsuya Tech | Spring Metrics with Prometheus

This project demonstrate how Spring Boot's metrics can be generated, parsed, and visualized using Prometheus and Grafana.

Configuration

The configuration files for Prometheus and Grafana can be found under docker folder. A docker-compose file is already configured to run the 3 components together to gather and present metrics.

Runtime

To run, simply go to docker folder of this project and execute:

docker-compose up --build

Documentation

https://www.czetsuyatech.com/2024/04/spring-metrics-with-prometheus-grafana-for-beginner.html

About

This project demonstrates the behaviour of Spring's built-in metrics scrape by Prometheus.


Languages

Language:Java 73.4%Language:Dockerfile 26.6%