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 service used to read counters (metrics) from the Prometheus service
Use
Add this to your package’s pubspec.yaml file:
dependencies:
pip_services3_prometheus: version
Now you can install package from the command line:
pub get