diff --git a/README.md b/README.md index c613d212225ba02b0809f343fd2e6f26fb2f2e8f..ea71b175528b84ff8e597e7c1c4b9fb7e5283a23 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ docker-compose build docker-compose up ``` +## Look around + Once the stack has booted up, you can visit: * http://localhost:8000/polls to get to the entry point for the API of the demo app. @@ -34,6 +36,11 @@ django_model_inserts_total{model="question"} 0.0 django_model_inserts_total{model="choice"} 0.0 ``` -Furthermore, the default dashboard relies on ```prometheus/django.rules``` to evaluate those formulas faster -when asked. +## Notes + +The plugin's documentation describes well how Django is to be extended to provide the above +metrics, and this repo allows you to play with such a setup. + +The setup also includes a configuration for Prometheus. The provided dashboard in Grafana relies on +```prometheus/django.rules``` to be active, to evaluate its formulas faster when asked.