Skip to main content

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


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

django_pyp8s-1.0.0-py2.py3-none-any.whl (15.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django_pyp8s-1.0.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_pyp8s-1.0.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d61748a6416b61751d838b35443bc2dbf23f62416e0f86b7cb73b86a866dc91f
MD5 0214b398c228121d81c4fc9bbbf32bf9
BLAKE2b-256 7b654197a439c5fdb939eb3c71f587f840b8da9f8519e92ff3592d8d9650b14f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page