MCPcopy
hub / github.com/grafana/mimir / WithLabelValues

Method WithLabelValues

pkg/storage/tsdb/block/fetcher.go:141–141  ·  view source on GitHub ↗
(lvs ...string)

Source from the content-addressed store, hash-verified

139// GaugeVec hides something like a Prometheus GaugeVec or an extprom.TxGaugeVec.
140type GaugeVec interface {
141 WithLabelValues(lvs ...string) prometheus.Gauge
142}
143
144// MetadataFilter allows filtering or modifying metas from the provided map or returns error.

Callers 15

NewTxGaugeVecFunction · 0.95
ServeHTTPMethod · 0.65
QuerierLoopMethod · 0.65
CompactAndUploadMethod · 0.65
consumeJobMethod · 0.65
updateScheduleMethod · 0.65

Implementers 2

noopGaugeVecpkg/compactor/blocks_cleaner.go
TxGaugeVecpkg/util/extprom/tx_gauge.go

Calls

no outgoing calls