PKG-INFO 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. Metadata-Version: 1.1
  2. Name: django-prometheus
  3. Version: 1.0.15
  4. Summary: Django middlewares to monitor your application with Prometheus.io.
  5. Home-page: http://github.com/korfuri/django-prometheus
  6. Author: Uriel Corfa
  7. Author-email: uriel@corfa.fr
  8. License: Apache
  9. Description: Django-Prometheus
  10. This library contains code to expose some monitoring metrics relevant
  11. to Django internals so they can be monitored by Prometheus.io.
  12. See https://github.com/korfuri/django-prometheus for usage
  13. instructions.
  14. Keywords: django monitoring prometheus
  15. Platform: UNKNOWN
  16. Classifier: Development Status :: 5 - Production/Stable
  17. Classifier: Intended Audience :: Developers
  18. Classifier: Intended Audience :: Information Technology
  19. Classifier: Intended Audience :: System Administrators
  20. Classifier: Programming Language :: Python :: 2
  21. Classifier: Programming Language :: Python :: 2.7
  22. Classifier: Programming Language :: Python :: 3
  23. Classifier: Programming Language :: Python :: 3.3
  24. Classifier: Programming Language :: Python :: 3.4
  25. Classifier: Programming Language :: Python :: 3.5
  26. Classifier: Framework :: Django
  27. Classifier: Topic :: System :: Monitoring
  28. Classifier: License :: OSI Approved :: Apache Software License