LabelValues returns possible label values which may not be sorted.
(ctx context.Context, name string, hints *storage.LabelHints, matchers ...*labels.Matcher)
| 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. |
no outgoing calls