Skip to content

Add query-frontend limit for length of query in bytes (#4604)#4605

Merged
56quarters merged 1 commit intor231from
query-length-r231
Mar 28, 2023
Merged

Add query-frontend limit for length of query in bytes (#4604)#4605
56quarters merged 1 commit intor231from
query-length-r231

Conversation

@56quarters
Copy link
Copy Markdown
Contributor

@56quarters 56quarters commented Mar 28, 2023

cherry-pick of 117f0d6 into r231

What this PR does

Add a new experimental limit to enforce the size of a query is under a certain number of bytes. This limit is enforced in the query-frontend and supports queries for multiple tenants. In this case, the lowest non-zero limit is enforced.

Which issue(s) this PR fixes or relates to

Fixes #4602

Checklist

  • Tests updated
  • Documentation added
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Add a new experimental limit to enforce the size of a query is under
a certain number of bytes. This limit is enforced in the query-frontend
and supports queries for multiple tenants. In this case, the lowest
non-zero limit is enforced.

Fixes #4602

Signed-off-by: Nick Pillitteri <nick.pillitteri@grafana.com>
@56quarters 56quarters marked this pull request as ready for review March 28, 2023 18:35
@56quarters 56quarters requested review from a team as code owners March 28, 2023 18:35
@56quarters 56quarters merged commit 7f41621 into r231 Mar 28, 2023
@56quarters 56quarters deleted the query-length-r231 branch March 28, 2023 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants