An open API service indexing awesome lists of open source software.

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"

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
```