套件:python3-prometheus-client(0.19.0+ds1-1)
python3-prometheus-client 的相關連結
Debian 的資源:
下載原始碼套件 python-prometheus-client:
- [python-prometheus-client_0.19.0+ds1-1.dsc]
- [python-prometheus-client_0.19.0+ds1.orig.tar.gz]
- [python-prometheus-client_0.19.0+ds1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
Python 3 client for the Prometheus monitoring system
This library provides an API for exporting metrics from a Python 3 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.
其他與 python3-prometheus-client 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-decorator
- simplify usage of Python decorators by programmers