docs: installation: upgrade-notes: document 5.1 input rate metrics and rate gate - #2669
Open
eschabell wants to merge 1 commit into
Open
docs: installation: upgrade-notes: document 5.1 input rate metrics and rate gate#2669eschabell wants to merge 1 commit into
eschabell wants to merge 1 commit into
Conversation
Contributor
📝 WalkthroughWalkthroughThe upgrade notes now describe Fluent Bit v5.1 input rate metrics, opt-in rate gating, and clarified mTLS termination behavior. ChangesUpgrade notes updates
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@installation/upgrade-notes.md`:
- Line 23: Update the v5.1 rate metrics and rate limiting note to document the
per-input rate_window setting, stating that it controls the byte and record
measurement window and defaults to 1s, consistent with the existing pipeline
buffering documentation.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: c979f8fc-0a56-4593-bbb5-94a1fd1c1821
📒 Files selected for processing (1)
installation/upgrade-notes.md
…d rate gate Add an upgrade-notes entry for the new input rate_window/rate_gate settings and fluentbit_input_rate_* metrics, which landed in administration and pipeline docs but weren't cross-referenced in the v5.1 upgrade notes. Also reword the mutual TLS note to clear a Vale WordList suggestion on "terminate". Also documenting rate_window setting. Signed-off-by: Eric D. Schabell <eric@schabell.org>
eschabell
force-pushed
the
erics_update_51_release_notes
branch
from
August 9, 2026 18:43
28cbc6b to
8100094
Compare
Collaborator
Author
|
@patrick-stephens ready for review! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add an upgrade-notes entry for the new input rate_window/rate_gate
settings and fluentbit_input_rate_* metrics, which landed in
administration and pipeline docs but weren't cross-referenced in the
v5.1 upgrade notes. Also reword the mutual TLS note to clear a Vale
WordList suggestion on "terminate".
Summary by CodeRabbit
tls.verify_client_certapplies during TLS termination.