| 12345678910111213141516171819202122232425262728293031 |
- Metadata-Version: 1.1
- Name: django-prometheus
- Version: 1.0.15
- Summary: Django middlewares to monitor your application with Prometheus.io.
- Home-page: http://github.com/korfuri/django-prometheus
- Author: Uriel Corfa
- Author-email: uriel@corfa.fr
- License: Apache
- Description: Django-Prometheus
-
- This library contains code to expose some monitoring metrics relevant
- to Django internals so they can be monitored by Prometheus.io.
-
- See https://github.com/korfuri/django-prometheus for usage
- instructions.
-
- Keywords: django monitoring prometheus
- Platform: UNKNOWN
- Classifier: Development Status :: 5 - Production/Stable
- Classifier: Intended Audience :: Developers
- Classifier: Intended Audience :: Information Technology
- Classifier: Intended Audience :: System Administrators
- Classifier: Programming Language :: Python :: 2
- Classifier: Programming Language :: Python :: 2.7
- Classifier: Programming Language :: Python :: 3
- Classifier: Programming Language :: Python :: 3.3
- Classifier: Programming Language :: Python :: 3.4
- Classifier: Programming Language :: Python :: 3.5
- Classifier: Framework :: Django
- Classifier: Topic :: System :: Monitoring
- Classifier: License :: OSI Approved :: Apache Software License
|