-
Notifications
You must be signed in to change notification settings - Fork 31
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
Get additional ZFS properties #43
Comments
What's your use-case for the additional text fields? I'm hesitant to add labels for the sake of it, unless they're useful for querying metrics. |
Thanks for the quick reply. We run a number of ZFS servers each with lots of datasets - and each dataset with various options (recordsize, mountpoint, compression type, etc). We would like to visualize this data via a table in Grafana so our admin team can quickly identify performance issues and misconfiguration issues between our servers. As an example, here is the output from a custom python script that shows this data:
While I am not a go programmer, I can probably make the changes to a local copy of the zfs_exporter git repo and compile a new binary. But, I thought this would be useful properties for other people as well. |
It is possible to add a few more ZFS properties to the zfs_dataset.go file? In particular:
Thank you.
The text was updated successfully, but these errors were encountered: