Django application that provides an interface to pyp8s metrics collector
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file django_pyp8s-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: django_pyp8s-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 15.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d61748a6416b61751d838b35443bc2dbf23f62416e0f86b7cb73b86a866dc91f |
|
MD5 | 0214b398c228121d81c4fc9bbbf32bf9 |
|
BLAKE2b-256 | 7b654197a439c5fdb939eb3c71f587f840b8da9f8519e92ff3592d8d9650b14f |