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