Components for working with meters in the Prometheus service. The PrometheusCounters and PrometheusMetricsService components allow you to work both, in client mode through PushGateway and as a service.
Packages
The module contains the following packages:
- Build - default factories for constructing components.
- Count - components of counters (metrics) used to send data to Prometheus via PushGateway.
- Controllers - components of the controller used to read counters (metrics) from the Prometheus controller
Use
Install the Python package as
pip install pip-services4-prometheus