SearchLabelValues returns an iterator over label values for the given label name. Results include relevance scores based on the Filter. The caller must call Close on the returned SearchResultSet when done.
(ctx context.Context, name string, hints *SearchHints, matchers ...*labels.Matcher)
| 372 | // Results include relevance scores based on the Filter. |
| 373 | // The caller must call Close on the returned SearchResultSet when done. |
| 374 | SearchLabelValues(ctx context.Context, name string, hints *SearchHints, matchers ...*labels.Matcher) SearchResultSet |
| 375 | } |
| 376 | |
| 377 | // QueryableFunc is an adapter to allow the use of ordinary functions as |
no outgoing calls