Prometheus module

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.
  • Services - components of the service used to read counters (metrics) from the Prometheus service

Use

Get the package from the Github repository:

go get -u github.com/pip-services3-gox/pip-services3-prometheus-gox@latest

TODO add example