LabelNames returns all the unique label names present in the index in sorted order.
(ctx context.Context, matchers ...*labels.Matcher)
| 100 | |
| 101 | // LabelNames returns all the unique label names present in the index in sorted order. |
| 102 | LabelNames(ctx context.Context, matchers ...*labels.Matcher) ([]string, error) |
| 103 | |
| 104 | // LabelNamesFor returns all the label names for the series referred to by the postings. |
| 105 | // The names returned are sorted. |
no outgoing calls