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

collector/netdev_linux.go: Fallback to 32-bit stats #2757

Merged
merged 1 commit into from Aug 1, 2023

Commits on Jul 25, 2023

  1. collector/netdev_linux.go: Fallback to 32-bit stats

    On some platforms, `msg.Attributes.Stats64` is `nil` because the kernel doesn't
    expose 64-bit stats. In that case, return `msg.Attributes.Stats` instead, which
    are the 32-bit equivalent.
    
    Note that `RXOtherhostDropped` isn't available in that case, so we hardcode it
    to zero.
    
    Fixes prometheus#2756.
    
    Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>
    BenoitKnecht committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    6e15892 View commit details
    Browse the repository at this point in the history