-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
btrfs-progs v5.7 breaks parsing of stats #2
Comments
Update: this is caused by an extra line in If it looks trivial to do so, I may make a pull request with fixes. |
Pull Request #3 fixes this issue, at least in my environment. |
#4 solves this as well. However note that BTRFS 5.10 was just released and adds another line to be parsed like 5.7 did, causing it to break it again. Here's the quick and dirty fix, though really this should be solved in a different way. This is a bit hack-y:
|
As title. Upon upgrading to Btrfs Progs v5.7, parsing the results is broken. this is shown in the logfile for telegraf:
Error in plugin: metric parse error: expected field at 32:67: "btrfs,command=usage,type=Multiple_profiles,pool=/mnt/docker value=no"
The text was updated successfully, but these errors were encountered: