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

Struct rulerClientsPool

pkg/ruler/client_pool.go:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type rulerClientsPool struct {
26 *client.Pool
27}
28
29func (p *rulerClientsPool) GetClientFor(addr string) (RulerClient, error) {
30 c, err := p.Pool.GetClientFor(addr)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected