This preset is designed to provide a set of tools to monitor and observe the FastAPI microservices.
Inspired by FastAPI observability
- Prometheus - Monitoring system and time series database
- Grafana - Visualization and monitoring tool
- Tempo - Distributed tracing system
- Loki - Log aggregation system
- Install Loki plugin
docker plugin install grafana/loki-docker-driver:2.9.2 --alias loki --grant-all-permissions
- Set microservice URLs
nano ./obs/prometheus/prometheus.yml
- Start the services
make up
Made with ❤️