Skip to content
@pyp8s

pyp8s

Prometheus metrics for python applications

😺 Prometheus metrics for your application 😸


from pyp8s import MetricsHandler

MetricsHandler.init("events_total", "counter", "Events happening")
MetricsHandler.inc("events_total", 1, source="around", kind="good")

MetricsHandler.serve()
↓ ↓ ↓

# HELP events_total Events happening
# TYPE events_total counter
events_total{source="around",kind="good"} 1

 


🐓

Pinned Loading

  1. pyp8s pyp8s Public

    Customisable Prometheus exporter for applications written on Python

    Python

  2. examples examples Public

    pyp8s usage examples

Repositories

Showing 4 of 4 repositories
  • pyp8s Public

    Customisable Prometheus exporter for applications written on Python

    pyp8s/pyp8s’s past year of commit activity
    Python 0 GPL-3.0 0 3 0 Updated Feb 11, 2024
  • .github Public

    a ✨special ✨ repository

    pyp8s/.github’s past year of commit activity
    0 0 0 0 Updated Jun 11, 2023
  • django-pyp8s Public

    Django application that provides an interface to pyp8s metrics collector

    pyp8s/django-pyp8s’s past year of commit activity
    Python 0 GPL-3.0 0 0 0 Updated Jun 11, 2023
  • examples Public

    pyp8s usage examples

    pyp8s/examples’s past year of commit activity
    0 GPL-3.0 0 0 0 Updated Feb 15, 2023

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…