docs: blob: fix ring buffer config key prefix#2364
Conversation
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>
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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. Comment |
There was a problem hiding this comment.
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.capacitytothread.ring_buffer.capacityin the Blob input configuration table. - Renames
threaded.ring_buffer.windowtothread.ring_buffer.windowin 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.
eschabell
left a comment
There was a problem hiding this comment.
Good catch @jinyongchoi , thanks for this fix!
Rename
threaded.ring_buffer.capacityandthreaded.ring_buffer.windowtothread.ring_buffer.capacityandthread.ring_buffer.windowto 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.).