Skip to content

Commit

Permalink
Merge pull request #6 from adinhodovic/cleanup-docs
Browse files Browse the repository at this point in the history
docs: Cleanup docs and add link to django-prometheus
  • Loading branch information
adinhodovic authored Nov 6, 2023
2 parents 146a062 + fd77462 commit d92de2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Prometheus Monitoring Mixin for Django

A set of Grafana dashboards and Prometheus alerts for Django. [Blog post](https://hodovi.cc/blog/django-monitoring-with-prometheus-and-grafana/) covering Django monitoring with Prometheus and Grafana.
A set of Grafana dashboards and Prometheus alerts for Django using the metrics from [Django Prometheus](https://github.com/korfuri/django-prometheus).

## Dashboards

Expand Down Expand Up @@ -44,7 +44,7 @@ brew install jsonnet
Then, grab the mixin and its dependencies:

```sh
git clone https://github.com/adinhodovic/django-exporter
git clone https://github.com/adinhodovic/django-mixin
cd django-mixin
jb install
```
Expand Down

0 comments on commit d92de2d

Please sign in to comment.