pipeline: podman metrics: document container disk I/O metrics#2608
pipeline: podman metrics: document container disk I/O metrics#2608stondo wants to merge 1 commit into
Conversation
Add the four container_disk_* counters (read/write bytes and ops) to the example output of the in_podman_metrics input plugin, added in fluent/fluent-bit#11986. Signed-off-by: Stefano Tondo <stondo@gmail.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe podman-metrics input documentation is extended with four new Prometheus-style disk block I/O counter examples: ChangesPodman Metrics Disk I/O 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 |
Summary
Documents the four new per-container block I/O metrics exposed by the
in_podman_metrics(Podman metrics) input plugin.Companion to the code change in fluent/fluent-bit#11986.
Change
Adds
container_disk_read_bytes_total,container_disk_write_bytes_total,container_disk_reads_totalandcontainer_disk_writes_totalto the exampleoutput in
pipeline/inputs/podman-metrics.md.Signed-off-by: Stefano Tondo stondo@gmail.com
Summary by CodeRabbit