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

Method Do

pkg/querier/tripperware/roundtrip.go:75–75  ·  view source on GitHub ↗
(context.Context, Request)

Source from the content-addressed store, hash-verified

73// Handler is like http.Handle, but specifically for Prometheus query_range calls.
74type Handler interface {
75 Do(context.Context, Request) (Response, error)
76}
77
78// Middleware is a higher order Handler.

Implementers 15

ReplicationSetpkg/ring/replication_set.go
mockKVpkg/ring/kv/etcd/mock.go
Retrypkg/frontend/transport/retry.go
roundTripperpkg/querier/tripperware/roundtrip.go
distributedQueryMiddlewarepkg/querier/tripperware/distributed_qu
shardBypkg/querier/tripperware/shard_by.go
mockMiddlewarepkg/querier/tripperware/roundtrip_test
mockHandlerpkg/querier/tripperware/instantquery/l
limitsMiddlewarepkg/querier/tripperware/instantquery/l
mockHandlerpkg/querier/tripperware/queryrange/lim
resultsCachepkg/querier/tripperware/queryrange/res
splitByIntervalpkg/querier/tripperware/queryrange/spl

Calls

no outgoing calls