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

Struct frontendProcessor

pkg/querier/worker/frontend_processor.go:41–49  ·  view source on GitHub ↗

Handles incoming queries from frontend.

Source from the content-addressed store, hash-verified

39
40// Handles incoming queries from frontend.
41type frontendProcessor struct {
42 handler RequestHandler
43 maxMessageSize int
44 querierID string
45
46 log log.Logger
47
48 targetHeaders []string
49}
50
51// notifyShutdown implements processor.
52func (fp *frontendProcessor) notifyShutdown(ctx context.Context, conn *grpc.ClientConn, address string) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected