Last updated:
0 purchases
djangopyp8s 1.0.0
django-pyp8s
Django application for pyp8s — customisable prometheus exporter for your python application.
Installation
python3 -m pip install django-pyp8s
Usage
Examples: https://github.com/pyp8s/examples
urls.py
from django.urls import path, include
urlpatterns += [
path('', include('django_pyp8s.urls')),
]
settings.py
INSTALLED_APPS += [
django_pyp8s,
]
Reporting bugs
Please, use GitHub issues.
Requesting new functionality
Please, use GitHub issues.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.