MCPcopy
hub / github.com/prometheus/client_golang / GetMetricWithLabelValues

Method GetMetricWithLabelValues

prometheus/observer.go:45–45  ·  view source on GitHub ↗
(lvs ...string)

Source from the content-addressed store, hash-verified

43type ObserverVec interface {
44 GetMetricWith(Labels) (Observer, error)
45 GetMetricWithLabelValues(lvs ...string) (Observer, error)
46 With(Labels) Observer
47 WithLabelValues(...string) Observer
48 CurryWith(Labels) (ObserverVec, error)

Callers 8

testCurryVecFunction · 0.65
testConstrainedCurryVecFunction · 0.65

Implementers 5

CounterVecprometheus/counter.go
InfoVecprometheus/example_metricvec_test.go
HistogramVecprometheus/histogram.go
SummaryVecprometheus/summary.go
GaugeVecprometheus/gauge.go

Calls

no outgoing calls

Tested by 4

testCurryVecFunction · 0.52
testConstrainedCurryVecFunction · 0.52