Skip to content

Conversation

@jinyongchoi
Copy link
Contributor

Rename threaded.ring_buffer.capacity and threaded.ring_buffer.window to thread.ring_buffer.capacity and thread.ring_buffer.window to match the actual config keys registered in Fluent Bit source code (flb_input.c input_global_properties[]) and to be consistent with other input plugin documentation (tail, opentelemetry, etc.).

Rename `threaded.ring_buffer.capacity` and `threaded.ring_buffer.window`
to `thread.ring_buffer.capacity` and `thread.ring_buffer.window` to
match the actual config keys registered in Fluent Bit source code
(flb_input.c input_global_properties[]) and to be consistent with
other input plugin documentation (tail, opentelemetry, etc.).

Signed-off-by: jinyong.choi <inimax801@gmail.com>
Copilot AI review requested due to automatic review settings January 28, 2026 01:14
@jinyongchoi jinyongchoi requested review from a team and eschabell as code owners January 28, 2026 01:14
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 28, 2026

Warning

Rate limit exceeded

@jinyongchoi has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 7 minutes and 45 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Blob input plugin documentation to use the correct ring buffer configuration key prefix, aligning it with the actual Fluent Bit configuration and other input plugin docs.

Changes:

  • Renames threaded.ring_buffer.capacity to thread.ring_buffer.capacity in the Blob input configuration table.
  • Renames threaded.ring_buffer.window to thread.ring_buffer.window in the same table.
  • Ensures the Blob input docs are consistent with other inputs (e.g., tail, opentelemetry, prometheus-textfile) and the underlying Fluent Bit configuration keys.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

1 participant