MCPcopy Create free account
hub / github.com/cortexproject/cortex / QueryExemplars

Method QueryExemplars

pkg/querier/distributor_queryable.go:35–35  ·  view source on GitHub ↗
(ctx context.Context, from, to model.Time, matchers ...[]*labels.Matcher)

Source from the content-addressed store, hash-verified

33type Distributor interface {
34 QueryStream(ctx context.Context, from, to model.Time, partialDataEnabled bool, matchers ...*labels.Matcher) (*client.QueryStreamResponse, error)
35 QueryExemplars(ctx context.Context, from, to model.Time, matchers ...[]*labels.Matcher) (*client.ExemplarQueryResponse, error)
36 LabelValuesForLabelName(ctx context.Context, from, to model.Time, label model.LabelName, hint *storage.LabelHints, partialDataEnabled bool, matchers ...*labels.Matcher) ([]string, error)
37 LabelValuesForLabelNameStream(ctx context.Context, from, to model.Time, label model.LabelName, hint *storage.LabelHints, partialDataEnabled bool, matchers ...*labels.Matcher) ([]string, error)
38 LabelNames(context.Context, model.Time, model.Time, *storage.LabelHints, bool, ...*labels.Matcher) ([]string, error)

Callers 3

QueryExemplarsMethod · 0.65
SelectMethod · 0.65

Implementers 1

Distributorpkg/distributor/distributor.go

Calls

no outgoing calls

Tested by

no test coverage detected