This repository contains a basic Python app with some logging and monitoring configured. In order to use this repo:
- create a Grafana Cloud account
- use the "Connect Data" button to set up hosted logs, and add the url to the
logs
section of the config - use the "Connect Data" button to set up hosted Prometheus metrics, and add the connection details to the
metrics
section of the config - run
docker-compose up --build
- play around with the deployed app
- explore the logs and metrics on Grafana