Skip to content

Commit 071f1d7

Browse files
committed
Update readme.
Fixes: #232
1 parent f76e555 commit 071f1d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Export Django monitoring metrics for Prometheus.io
1010
[![PyPi page link -- Python versions](https://img.shields.io/pypi/pyversions/django-prometheus.svg)](https://pypi.python.org/pypi/django-prometheus)
1111
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1212

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+
1321
## Usage
1422

1523
### Requirements

0 commit comments

Comments
 (0)