Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(quotas): Enforce rate limits on metrics buckets [INGEST-1654] #1515
feat(quotas): Enforce rate limits on metrics buckets [INGEST-1654] #1515
Changes from all commits
c7d3f5c
90fb99e
e1a0b22
b6070aa
b7bd8e0
99ecb74
71c20a3
86ff9f6
10d9dcf
ca12d23
699d0cb
3f5bbb0
040c012
3c43037
6f3f889
b9bcd98
308a066
afc84a4
af5b358
c48a8c8
4061ad5
e8fa434
9302fac
e66b46d
3639335
650f0f4
1cabbb1
7494af0
00331f3
75c4925
157ce04
e784b34
3cf8499
de54f9d
f1bca59
b3da4c0
d97d127
8d5f406
aa93591
1da8498
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We will add a call to
BucketLimiter::enforce_limits()
tometrics_allowed()
in a follow-up PR.