MCPcopy
hub / github.com/prometheus/prometheus / SortedLabelValues

Method SortedLabelValues

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

SortedLabelValues returns sorted possible label values.

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

Source from the content-addressed store, hash-verified

66
67 // SortedLabelValues returns sorted possible label values.
68 SortedLabelValues(ctx context.Context, name string, hints *storage.LabelHints, matchers ...*labels.Matcher) ([]string, error)
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)

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