Pakket: python-prometheus-client (0.6.0-1)
Verwijzigingen voor python-prometheus-client
Debian bronnen:
Het bronpakket python-prometheus-client downloaden:
- [python-prometheus-client_0.6.0-1.dsc]
- [python-prometheus-client_0.6.0.orig.tar.gz]
- [python-prometheus-client_0.6.0-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
Python 2 client for the Prometheus monitoring system
This library provides an API for exporting metrics from a Python application. It provides classes for the metric types, and an HTTP server to expose the metrics to Prometheus.
When using Linux, the process CPU, RAM, file descriptor usage and start time will also be exported.
Along with the HTTP server to expose metrics, you can also write the metrics to a text file to be exported by the prometheus-node-exporter, or push them to the prometheus-pushgateway.
This library also includes support for re-exporting Graphite metrics to Prometheus, custom collectors to proxy metrics for other systems and a parser for the Prometheus text format.
Andere aan python-prometheus-client gerelateerde pakketten
|
|
|
|
-
- dep: python
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-decorator (>= 4.0.10-1)
- simplify usage of Python decorators by programmers