Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 579 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 579 Bytes

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.