Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mstf-yalcin/spring-monitoring
https://github.com/mstf-yalcin/spring-monitoring
grafana loki observability prometheus spring tempo zipkin
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mstf-yalcin/spring-monitoring
- Owner: mstf-yalcin
- Created: 2024-07-31T10:26:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T10:26:14.000Z (3 months ago)
- Last Synced: 2024-09-28T15:23:27.136Z (about 1 month ago)
- Topics: grafana, loki, observability, prometheus, spring, tempo, zipkin
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservice Monitoring
## Setting Up Monitoring Infrastructure
Start Docker monitoring setup with Grafana, Prometheus, and the applications.
```shell
docker-compose up
```## Urls
* Accounts: [http://localhost:8080/swagger-ui.html](http://localhost:8080/swagger-ui.html)
* Cards: [http://localhost:9000/swagger-ui.html](http://localhost:9000/swagger-ui.html)
* Eureka: [http://localhost:8070](http://localhost:8070)
* Gateway: [http://localhost:8072/](http://localhost:8072)
* Prometheus: [http://localhost:9090](http://localhost:9090)
* Grafana: [http://localhost:3000](http://localhost:3000)
* login with admin:admin