Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisskirchenj/observability
playground project for Spring observability with micrometer, prometheus & grafana
https://github.com/wisskirchenj/observability
grafana micrometer observability prometheus spring-boot
Last synced: 8 days ago
JSON representation
playground project for Spring observability with micrometer, prometheus & grafana
- Host: GitHub
- URL: https://github.com/wisskirchenj/observability
- Owner: wisskirchenj
- Created: 2023-10-31T13:29:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T16:42:07.000Z (7 months ago)
- Last Synced: 2024-04-22T18:09:26.602Z (7 months ago)
- Topics: grafana, micrometer, observability, prometheus, spring-boot
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Observability playground
Playground for observability with Spring Boot, Micrometer, Prometheus, Grafana.
Using Spring Boot 3.1 docker compose support, Prometheus and Grafana are orchestrated as docker containers, Prometheus
scraping the Spring boot app using the docker-gateway.## Technology / External Libraries
- Java 21
- Spring Boot 3.1.5 with actuator and micrometer-prometheus-registry
- Prometheus
- Grafana
- Gradle 8.4## Program description
Some simple Spring Boot app to try out different metrics and monitoring with Prometheus and Grafana.
## Repository Contents
Sources for project tests and configurations.
## Progress
30.10.23 Create docker compose file and prometheus config. Add all dependencies needed to gradle build file.