MCPcopy Index your code
hub / github.com/cortexproject/cortex / LabelNames

Method LabelNames

integration/e2ecortex/client.go:686–689  ·  view source on GitHub ↗

LabelNames gets label names

(start, end time.Time, matchers ...string)

Source from the content-addressed store, hash-verified

684
685// LabelNames gets label names
686func (c *Client) LabelNames(start, end time.Time, matchers ...string) ([]string, error) {
687 result, _, err := c.querierClient.LabelNames(context.Background(), matchers, start, end)
688 return result, err
689}
690
691type addOrgIDRoundTripper struct {
692 orgID string

Calls 1

LabelNamesMethod · 0.65