Gauge implements Gauge, via a Prometheus GaugeVec.
| 47 | |
| 48 | // Gauge implements Gauge, via a Prometheus GaugeVec. |
| 49 | type Gauge struct { |
| 50 | gv *prometheus.GaugeVec |
| 51 | lvs lv.LabelValues |
| 52 | } |
| 53 | |
| 54 | // NewGaugeFrom constructs and registers a Prometheus GaugeVec, |
| 55 | // and returns a usable Gauge object. |
nothing calls this directly
no outgoing calls
no test coverage detected