We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af8a15d + 071f1d7 commit 0067890Copy full SHA for 0067890
README.md
@@ -10,6 +10,14 @@ Export Django monitoring metrics for Prometheus.io
10
[](https://pypi.python.org/pypi/django-prometheus)
11
[](https://github.com/psf/black)
12
13
+## Features
14
+
15
+This library provides Prometheus metrics for Django related operations:
16
17
+* Requests & Responses
18
+* Database access done via [Django ORM](https://docs.djangoproject.com/en/3.0/topics/db/)
19
+* Cache access done via [Django Cache framework](https://docs.djangoproject.com/en/3.0/topics/cache/)
20
21
## Usage
22
23
### Requirements
0 commit comments