Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 551 Bytes

File metadata and controls

21 lines (14 loc) · 551 Bytes

Example on how to use Prometheus and Grafana to monitor a Flask API application

Example deployment of a Flask API using Prometheus and Grafana for metrics and monitoring. All tied together using docker-compose.

Install dependencies

pip install -r api/requirements.txt

Set up and run everything using docker-compose

docker-compose up

Access