# Functions
No description provided by the author
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.
No description provided by the author
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.
No description provided by the author
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.
No description provided by the author
# Interfaces
No description provided by the author
# Type aliases
ManagerMode defines the different modes for the RingManager to execute.