Skip to content

pipeline: podman metrics: document container disk I/O metrics#2608

Open
stondo wants to merge 1 commit into
fluent:masterfrom
stondo:document-podman-disk-io
Open

pipeline: podman metrics: document container disk I/O metrics#2608
stondo wants to merge 1 commit into
fluent:masterfrom
stondo:document-podman-disk-io

Conversation

@stondo

@stondo stondo commented Jun 23, 2026

Copy link
Copy Markdown

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_total and container_disk_writes_total to the example
output in pipeline/inputs/podman-metrics.md.

Signed-off-by: Stefano Tondo stondo@gmail.com

Summary by CodeRabbit

  • Documentation
    • Added documentation with Prometheus-style metric examples for container disk I/O monitoring, including read/write bytes and operation counts.

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>
@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 665ba633-255c-4f5a-8a3e-ba581c753b07

📥 Commits

Reviewing files that changed from the base of the PR and between b68365f and 699ae87.

📒 Files selected for processing (1)
  • pipeline/inputs/podman-metrics.md

📝 Walkthrough

Walkthrough

The podman-metrics input documentation is extended with four new Prometheus-style disk block I/O counter examples: container_disk_read_bytes_total, container_disk_write_bytes_total, container_disk_reads_total, and container_disk_writes_total, each with # HELP, # TYPE, and a sample metric line.

Changes

Podman Metrics Disk I/O Documentation

Layer / File(s) Summary
Disk I/O counter metric examples
pipeline/inputs/podman-metrics.md
Adds # HELP, # TYPE, and sample value lines for four container disk I/O counters (read/write bytes, reads/writes completed) to the existing metrics example block.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A rabbit hops through bytes and blocks,
Counting reads and writes on docks,
Disk I/O now proudly shown,
Four new metrics fully grown!
🐇📊 Hop hop, the docs are sown!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: adding documentation for container disk I/O metrics in the podman metrics documentation file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant