MCPcopy 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
31type RingCount interface {
32 HealthyInstancesCount() int
33 ZonesCount() int
34}
35

Callers 1

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected