Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cortexproject/cortex
/ Logger
Method
Logger
pkg/ruler/ruler.go:458–460 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
456
}
457
458
func
(r *Ruler) Logger() log.Logger {
459
return
r.logger
460
}
461
462
func
(r *Ruler) GetClientFor(addr string) (RulerClient, error) {
463
return
r.clientsPool.GetClientFor(addr)
Callers
3
instanceOwnsRuleGroup
Method · 0.95
nonPrimaryInstanceOwnsRuleGroup
Method · 0.95
defaultRuleGroupIterationFunc
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected