MCPcopy
hub / github.com/prometheus/prometheus / Symbols

Method Symbols

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

Symbols return an iterator over sorted string symbols that may occur in series' labels and indices. It is not safe to use the returned strings beyond the lifetime of the index reader.

()

Source from the content-addressed store, hash-verified

63 // series' labels and indices. It is not safe to use the returned strings
64 // beyond the lifetime of the index reader.
65 Symbols() index.StringIter
66
67 // SortedLabelValues returns sorted possible label values.
68 SortedLabelValues(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