Replies: 1 comment
-
Hi @LinTechSo, I suspect the following: the Without having the full context, I can suggest:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are experiencing issues where a 429 (Too Many Requests) error from Grafana Loki is impacting all tenants in a shared Vector pipeline. This happens when one of our tenants generates a high volume of logs, which leads to throttling or rate-limiting on Loki's ingester. The problem is that all tenants in the same Vector pipeline are affected, even though logs are isolated by tenant via the X-Scope-OrgID header.
I thought that adding the
X-Scope-OrgID
header in the request would isolate the batch request for each tenant. Is that correct?When one of the tenants gets a 429 error, how does Vector.dev behave for other tenants in the shared Vector pipeline?
Assuming the impact on all tenants is correct behavior in one vector pipeline, and I know that one of the tenants in my Vector pipeline will get a 429 error, what is the best configuration for this scenario? should i seperate the sinks? or should i seperate the vectors or etc
I would appreciate it ifyou could help me figure this out.
Beta Was this translation helpful? Give feedback.
All reactions