docs: administration: monitoring: document filter drop_bytes metric - #2687
docs: administration: monitoring: document filter drop_bytes metric#2687eschabell wants to merge 1 commit into
Conversation
Add the missing fluentbit_filter_drop_bytes_total row to the v2 metrics table. The counter is registered in src/flb_filter.c but was absent from the documented filter metrics. Signed-off-by: Eric D. Schabell <eric@schabell.org>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughChangesMonitoring metrics
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change only documents an existing filter-drop-bytes metric and does not alter runtime behavior. No actionable merge-blocking risk remains after normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (1 skipped: 1 unsupported.) ✨ 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 |
|
@patrick-stephens ready for review! |
Add the missing fluentbit_filter_drop_bytes_total row to the v2 metrics
table. The counter is registered in src/flb_filter.c but was absent from
the documented filter metrics.
Signed-off-by: Eric D. Schabell eric@schabell.org
Summary by CodeRabbit
fluentbit_filter_drop_bytes_totalmetric, which reports the number of log-record bytes dropped by filters and removed from the data pipeline.