Skip to content

Commit

Permalink
Set per stream rate limit and burst in LOKI
Browse files Browse the repository at this point in the history
Sets perStreamRateLimit to 10 MB and perStreamRateBurst to 20 MB in
LokiStack template as the default values for those parameters were not
sufficient and resulted in rate limit exceeds issue for prod logs when
the number of nodes increased.

Closes nerc-project/operations#121
  • Loading branch information
bnshr committed Nov 2, 2023
1 parent d28c7e7 commit 29d21d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions loki/base/lokistacks/lokistack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ spec:
ingestion:
ingestionBurstSize: 10
ingestionRate: 10
perStreamRateLimit: 10
perStreamRateLimitBurst: 20
retention:
days: 90
tenants:
Expand Down

0 comments on commit 29d21d4

Please sign in to comment.