Ingestion_rate_strategy global

Hi,
I have deployed a multiservices based loki,
I want to configure the ingestion_rate_strategy to global but I am not sure if it’s working or not, when lookin at /ring I see only the ingester ring.
I am using memberlist as my store.
Is there a way to check if it’s working or get the distributors ring like described below?

 - global: enforces the limit globally, configuring a per-distributor local
#   rate limiter as "ingestion_rate / N", where N is the number of distributor
#   replicas (it's automatically adjusted if the number of replicas change).
#   *The global strategy requires the distributors to form their own ring*, which
#   is used to keep track of the current number of healthy distributor replicas.

taken from the loki configuration docs.

Does someone have a solution?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.