prometheus_client: Python client for the systems monitoring and alerting toolkit Prometheus#
Description#
The official Python 2 and 3 client for Prometheus (see https://prometheus.io), an open-source systems monitoring and alerting toolkit.
Type#
standard
Dependencies#
$(PYTHON)
$(PYTHON_TOOLCHAIN)
Version Information#
package-version.txt:
0.14.1
install-requires.txt:
prometheus_client >=0.8.0
Equivalent System Packages#
conda:
$ conda install prometheus_client
macports: install the following packages: py-prometheus_client
opensuse:
$ sudo zypper install python3-prometheus_client
void:
$ sudo xbps-install python3-prometheus_client
See https://repology.org/project/python:prometheus-client/versions
However, these system packages will not be used for building Sage because using Python site-packages is not supported by the Sage distribution; see trac ticket #29023