Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ HealthyInstancesCount
Method
HealthyInstancesCount
pkg/ingester/limiter.go:32–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
// to count members
31
type
RingCount
interface
{
32
HealthyInstancesCount() int
33
ZonesCount() int
34
}
35
Callers
1
convertGlobalToLocalLimit
Method · 0.65
Implementers
2
Lifecycler
pkg/ring/lifecycler.go
ringCountMock
pkg/ingester/limiter_test.go
Calls
no outgoing calls
Tested by
no test coverage detected