Skip to content
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

zfs: Log mib when sysctl read fails on FreeBSD #2975

Merged
merged 1 commit into from
Apr 10, 2024

Commits on Mar 23, 2024

  1. zfs: Log mib when sysctl read fails on FreeBSD

    When the zfs collector fails on FreeBSD it doesn't log which `mib` triggered the issue. This makes diagnostics hard.
    
    Incompatibilities in the list of supported mibs is not uncommon with major os updates. By adding this change, it'll be easier for users to report the specific mib that is triggering the failure.
    
    Related to prometheus#2847
    
    Signed-off-by: Daniel Kimsey <[email protected]>
    dekimsey authored Mar 23, 2024
    Configuration menu
    Copy the full SHA
    3b5c7bf View commit details
    Browse the repository at this point in the history