g3-fluentd: parse retry_queue_len from yaml - #1119
Merged
Merged
Conversation
Collaborator
|
Good catch. Can you also submit a PR to https://github.com/VEY-OSS/vey? |
zh-jq
approved these changes
Aug 23, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1119 +/- ##
==========================================
+ Coverage 67.69% 67.72% +0.02%
==========================================
Files 1432 1432
Lines 136759 136766 +7
==========================================
+ Hits 92573 92618 +45
+ Misses 44186 44148 -38
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
Author
|
Submitted the corresponding VEY change as requested: VEY-OSS/vey#96 |
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.
Summary
retry_queue_lenFluentd YAML option as ausizeset_retry_queue_lenconfiguration hookThe three existing Fluentd driver pages already document this option, so no documentation source changes are needed.
Fixes #1118.
Testing
On Windows x86_64-pc-windows-msvc with Rust 1.97.0:
cargo +1.97.0 fmt --all -- --checkcargo +1.97.0 test -p g3-fluentd -p g3fcgen --features g3-fluentd/yaml,g3fcgen/vendored-aws-lc --locked(8 g3-fluentd tests passed; selected g3fcgen and doctest targets also passed)cargo +1.97.0 clippy -p g3-fluentd -p g3fcgen --features g3-fluentd/yaml,g3fcgen/vendored-aws-lc --all-targets --locked -- --deny warnings --allow clippy::useless_borrows_in_formattinggit diff --checkThe narrow Clippy allow is for the two unrelated upstream
g3fcgen/g3-slog-typesRust 1.97 findings tracked in #1111 and fixed separately by #1112;g3-fluentdremains checked with warnings denied.