Skip to content
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

better per stream rate limits configuration options #4236

Merged
merged 4 commits into from
Sep 1, 2021

Conversation

owen-d
Copy link
Member

@owen-d owen-d commented Aug 30, 2021

This PR is part one of a two phase PR moving
max_stream_rate_bytes -> per_stream_rate_limit
and
max_stream_burst_rate_bytes -> per_stream_rate_limit_burst

I'm doing this before we release 2.4 in order to move towards more intuitive field names and in the case of the burst configs, a more accurate name (the burst is a static value determining how far "ahead" of the rate limit a stream may be).

The followup PR will remove the deprecated field entirely (to be timed with the next k-branch cutting).

@owen-d owen-d requested review from KMiller-Grafana and a team as code owners August 30, 2021 17:57
@owen-d owen-d force-pushed the bump/per-stream-defaults branch from 983f183 to 8df7fb2 Compare August 30, 2021 18:11
@pull-request-size pull-request-size bot added size/L and removed size/M labels Aug 30, 2021
Copy link
Contributor

@KMiller-Grafana KMiller-Grafana left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've suggested a wording improvement. Your wording is correct and fine, and I approve the docs portion of this PR. Consider the change, to be more concrete in word usage.

docs/sources/configuration/_index.md Outdated Show resolved Hide resolved
Copy link
Contributor

@dannykopping dannykopping left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@owen-d owen-d force-pushed the bump/per-stream-defaults branch from e6e3b45 to a9314b4 Compare September 1, 2021 15:19
@owen-d owen-d merged commit 20515a2 into grafana:main Sep 1, 2021
@owen-d
Copy link
Member Author

owen-d commented Sep 1, 2021

ref #1544

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants