pipeline: podman metrics: document exclude_name_regex option#2604
pipeline: podman metrics: document exclude_name_regex option#2604stondo wants to merge 1 commit into
Conversation
|
Warning Review limit reached
More reviews will be available in 48 minutes and 23 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA single row is added to the configuration parameters table in ChangesPodman Metrics Input Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
7d49094 to
84aadf5
Compare
84aadf5 to
424425a
Compare
- Document the new exclude_name_regex configuration option for the
in_podman_metrics input plugin
- Reword exclude_name_regex description
Signed-off-by: Stefano Tondo <stondo@gmail.com>
Signed-off-by: Eric D. Schabell <eric@schabell.org>
424425a to
89a346b
Compare
Summary
Documents the new
exclude_name_regexconfiguration option for thein_podman_metrics(Podman metrics) input plugin.Companion to the code change in fluent/fluent-bit#11970.
The option skips containers whose name matches a user-supplied regular
expression before their metrics are collected, for example
exclude_name_regex '-(infra|service)$'to skip Podman pod infrastructure(pause /
catatonit) containers. It defaults to unset, so existing behaviour(collect every container) is unchanged.
Change
Adds an
exclude_name_regexrow to the Configuration parameters table inpipeline/inputs/podman-metrics.md.Signed-off-by: Stefano Tondo stondo@gmail.com
Summary by CodeRabbit
New Features
Documentation