...

Source file src/golang.conradwood.net/go-easyops/prometheus/prometheus.go

Documentation: golang.conradwood.net/go-easyops/prometheus

     1  /*
     2  wrapper around prometheus SDK/Client.
     3  
     4  the prometheus SDK API has changed occassionally in the past. This package, different to the
     5  SDK also implements a timeout. That is, if a metric is not set for some time it will be removed from
     6  the exported metrics. (The SDK exports the last set value forever).
     7  */
     8  package prometheus
     9  

View as plain text