package
3.4.2
Repository: https://github.com/grafana/loki.git
Documentation: pkg.go.dev

# Functions

IsInReplicationSet will query the provided ring for the provided key and see if the provided address is in the resulting ReplicationSet.
NewRingManager instantiates a new RingManager instance.
TokenFor generates a token used for finding ingesters from ring.

# Constants

ClientMode is the RingManager mode executed by Loki components that are clients of the Bloom Gateway.
ServerMode is the RingManager mode execute by the Bloom Gateway.

# Structs

NoopStrategy is an implementation of the ShardingStrategy that does not shard anything.
RingConfig masks the ring lifecycler config which contains many options not really required by the distributors ring.
RingManager is a component instantiated before all the others and is responsible for the ring setup.

# Interfaces

# Type aliases

ManagerMode defines the different modes for the RingManager to execute.