https://github.com/pottekkat/monitoring-101
Source code for my article "An Introduction to Monitoring Microservices with Prometheus and Grafana"
https://github.com/pottekkat/monitoring-101
Last synced: 6 months ago
JSON representation
Source code for my article "An Introduction to Monitoring Microservices with Prometheus and Grafana"
- Host: GitHub
- URL: https://github.com/pottekkat/monitoring-101
- Owner: pottekkat
- Created: 2022-11-29T10:40:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T03:34:39.000Z (almost 3 years ago)
- Last Synced: 2025-04-03T04:12:38.644Z (6 months ago)
- Language: Go
- Homepage:
- Size: 33.2 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Monitoring 101
Sample application used in the article "[An Introduction to Monitoring Microservices with Prometheus and Grafana](https://navendu.me/posts/introduction-to-monitoring-microservices/)".
To run, use Docker Compose:
```shell
docker compose up
```or
```shell
docker-compose up
```