Django application for pyp8s — customisable prometheus exporter for your python application.
python3 -m pip install django-pyp8s
Examples: https://github.com/pyp8s/examples
from django.urls import path, include
urlpatterns += [
path('', include('django_pyp8s.urls')),
]
INSTALLED_APPS += [
django_pyp8s,
]
Please, use GitHub issues.
Please, use GitHub issues.