MCPcopy
hub / github.com/go-kit/kit / Gauge

Struct Gauge

metrics/prometheus/prometheus.go:49–52  ·  view source on GitHub ↗

Gauge implements Gauge, via a Prometheus GaugeVec.

Source from the content-addressed store, hash-verified

47
48// Gauge implements Gauge, via a Prometheus GaugeVec.
49type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected