Skip to content

Need help in understanding of limit configuration for memberlist replication setup #5285

Discussion options

You must be logged in to vote

You can set the limits very high or optionally disable the limits altogether. These limits protect the Mimir cluster to not be overwhelmed by the ingress of data or such that one tenant doesn't occupy the majority of the cluster capacity. It seems like your Mimir cluster scales according to load, so it might be safe to just increase them a lot.

Related to this - there are also per-replica limits, called instance limits. Those don't change depending on the size of the cluster. So you can disable per-tenant limits and only set instance limits.

distributor:
	instance_limits:
	  # (advanced) Max ingestion rate (samples/sec) that this distributor will
	  # accept. This limit is per-distributor…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@gs-mteki
Comment options

@sidkram
Comment options

@gs-mteki
Comment options

@sidkram
Comment options

@gs-mteki
Comment options

Answer selected by gs-mteki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants