golang-prometheus-client-dev

Prometheus instrumentation library for go applications
  https://github.com/prometheus/client_golang.git
  0
  no reviews



This is the prometheus go client library. it provides two main functions:

* the exposition library is used to export metrics to a prometheus server or
pushgateway.
* the consumption library is used to process metrics exported by a prometheus
client. (the prometheus server is using that library.)