Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortexproject/cortex
/ ZonesCount
Method
ZonesCount
pkg/ingester/limiter.go:33–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
type
RingCount
interface
{
32
HealthyInstancesCount() int
33
ZonesCount() int
34
}
35
36
// Limiter implements primitives to get the maximum number of series
Callers
1
getNumZones
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