Contents

django-prometheus 2.3.1

0

Django middlewares to monitor your application with Prometheus.io.

Django middlewares to monitor your application with Prometheus.io.

Stars: 1365, Watchers: 1365, Forks: 237, Open Issues: 71

The korfuri/django-prometheus repo was created 9 years ago and the last code push was 3 months ago.
The project is very popular with an impressive 1365 github stars!

How to Install django-prometheus

You can install django-prometheus using pip

pip install django-prometheus

or add it to a project with poetry

poetry add django-prometheus

Package Details

Author
Uriel Corfa
License
Apache
Homepage
http://github.com/korfuri/django-prometheus
PyPi:
https://pypi.org/project/django-prometheus/
Documentation:
https://github.com/korfuri/django-prometheus/blob/master/README.md
GitHub Repo:
https://github.com/korfuri/django-prometheus

Classifiers

  • System/Monitoring
No  django-prometheus  pypi packages just yet.

Errors

A list of common django-prometheus errors.

Code Examples

Here are some django-prometheus code examples and snippets.

GitHub Issues

The django-prometheus package has 71 open issues on GitHub

  • Adding prototype Django mixin
  • Adding mixin so onboarding exporter into Grafana is easier
  • How to use authentication for django-prometheus when deployed to production?
  • Metric reset after restart django server
  • Make export of migrations False by default
  • Api response time in millis of every api endpoint with grafana

See more issues on GitHub

Related Packages & Articles

django-pglocks 1.0.4

django_pglocks provides useful context managers for advisory locks for PostgreSQL.