MCPcopy
hub / github.com/prometheus/prometheus / LabelValues

Method LabelValues

tsdb/block.go:71–71  ·  view source on GitHub ↗

LabelValues returns possible label values which may not be sorted.

(ctx context.Context, name string, hints *storage.LabelHints, matchers ...*labels.Matcher)

Source from the content-addressed store, hash-verified

69
70 // LabelValues returns possible label values which may not be sorted.
71 LabelValues(ctx context.Context, name string, hints *storage.LabelHints, matchers ...*labels.Matcher) ([]string, error)
72
73 // Postings returns the postings list iterator for the label pairs.
74 // The Postings here contain the offsets to the series inside the index.

Implementers 7

mockIndextsdb/querier_test.go
mockMatcherIndextsdb/querier_test.go
mockReaderOfLabelstsdb/querier_test.go
OOOCompactionHeadIndexReadertsdb/ooo_head_read.go
blockIndexReadertsdb/block.go
headIndexReadertsdb/head_read.go
Readertsdb/index/index.go

Calls

no outgoing calls