Codebase list golang-github-go-kit-kit / 9f5354e
Fix typo: "construts" --> "constructs" (#925) Jeff Widman authored 4 years ago Peter Bourgon committed 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
5050 lvs lv.LabelValues
5151 }
5252
53 // NewGaugeFrom construts and registers a Prometheus GaugeVec,
53 // NewGaugeFrom constructs and registers a Prometheus GaugeVec,
5454 // and returns a usable Gauge object.
5555 func NewGaugeFrom(opts prometheus.GaugeOpts, labelNames []string) *Gauge {
5656 gv := prometheus.NewGaugeVec(opts, labelNames)