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

Method QueryStream

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

Source from the content-addressed store, hash-verified

32// to reduce package coupling.
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)

Implementers 1

Distributorpkg/distributor/distributor.go

Calls

no outgoing calls