MCPcopy
hub / github.com/grafana/tempo / Handle

Method Handle

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

Source from the content-addressed store, hash-verified

59// Handler for HTTP requests wrapped in protobuf messages.
60type RequestHandler interface {
61 Handle(context.Context, *httpgrpc.HTTPRequest) (*httpgrpc.HTTPResponse, error)
62}
63
64// Single processor handles all streaming operations to query-frontend or query-scheduler to fetch queries

Callers 8

runRequestMethod · 0.65
mainFunction · 0.65
initReadRingMethod · 0.65
initDistributorMethod · 0.65
initQuerierMethod · 0.65
initQueryFrontendMethod · 0.65
initMemberlistKVMethod · 0.65
initBackendWorkerMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected