We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since Linux 6.0, we can get commit statistics from /sys/fs/btrfs/FS_ID/commit_stats, e.g.
/sys/fs/btrfs/FS_ID/commit_stats
$ cat /sys/fs/btrfs/01234567-89ab-cdef-0123-456789abcdef/commit_stats commits 258051 last_commit_ms 1000 max_commit_ms 51462 total_commit_ms 47836090
The text was updated successfully, but these errors were encountered:
/sys/fs/btrfs/<FSID>/commit_stats
Need to add parsing to proc first, and then add metrics to node exporter.
Procfs PR: prometheus/procfs#580
Sorry, something went wrong.
I've opened a PR to expose the commit statistics as metrics: #3010
Successfully merging a pull request may close this issue.
Since Linux 6.0, we can get commit statistics from
/sys/fs/btrfs/FS_ID/commit_stats
, e.g.The text was updated successfully, but these errors were encountered: