Skip to content

Too Many Requests: ingestion rate limit (50000) exceeded while adding 500 samples #2081

Discussion options

You must be logged in to vote

You need to increase this per-tenant limit (see doc):

# Per-tenant ingestion rate limit in samples per second.
# CLI flag: -distributor.ingestion-rate-limit
[ingestion_rate: <float> | default = 10000]

Too Many Requests: ingestion rate limit (50000) exceeded while adding 500 samples and 0 metadata

The global ingestion_rate: 150000 rate limit is implemented as a local per-distributor rate limit, where each distributor limit is set to limit / number of distributors. Since the reported value is 50000, I assume you're running 3 distributors. I understand it's a bit confusing, and we'll fix it. Anyway, that's the limit to increase.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@miladjahandideh
Comment options

@pracucci
Comment options

@pracucci
Comment options

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