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 hashes)

Uploaded Python 2 Python 3

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