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 5 of 5 repositories

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…