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.
()
| 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) |
no outgoing calls