MCPcopy
hub / github.com/grafana/dskit / InstancesCount

Method InstancesCount

ring/ring.go:108–108  ·  view source on GitHub ↗

InstancesCount returns the number of instances in the ring.

()

Source from the content-addressed store, hash-verified

106
107 // InstancesCount returns the number of instances in the ring.
108 InstancesCount() int
109
110 // InstancesWithTokensCount returns the number of instances in the ring that have tokens.
111 InstancesWithTokensCount() int

Implementers 2

Ringring/ring.go
RingMockring/util_test.go

Calls

no outgoing calls