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

Method Handle

pkg/querier/worker/worker.go:72–72  ·  view source on GitHub ↗
(context.Context, *httpgrpc.HTTPRequest)

Source from the content-addressed store, hash-verified

70// Handler for HTTP requests wrapped in protobuf messages.
71type RequestHandler interface {
72 Handle(context.Context, *httpgrpc.HTTPRequest) (*httpgrpc.HTTPResponse, error)
73}
74
75// Single processor handles all streaming operations to query-frontend or query-scheduler to fetch queries

Callers 8

StartMethod · 0.65
TestProxy_PassthroughFunction · 0.65
RegisterRoutesMethod · 0.65
HandleRequestMethod · 0.65
NewFunction · 0.65
runRequestMethod · 0.65
runRequestMethod · 0.65
InstantQueryMethod · 0.65

Implementers 1

mockRequestHandlerpkg/querier/worker/scheduler_processor

Calls

no outgoing calls

Tested by 1

TestProxy_PassthroughFunction · 0.52