MCPcopy 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

31type RingCount interface {
32 HealthyInstancesCount() int
33 ZonesCount() int
34}
35
36// Limiter implements primitives to get the maximum number of series

Callers 1

getNumZonesMethod · 0.65

Implementers 2

Lifecyclerpkg/ring/lifecycler.go
ringCountMockpkg/ingester/limiter_test.go

Calls

no outgoing calls

Tested by

no test coverage detected