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

Optionally fetch ARP stats via rtnetlink instead of procfs #2777

Merged
merged 3 commits into from
Sep 9, 2023

Commits on Aug 17, 2023

  1. Optionally fetch ARP stats via rtnetlink instead of procfs

    Implement collection of ARP stats via rtnetlink to work around
    shortcomings in the output of /proc/net/arp, which truncates InfiniBand
    link-layer addresses.
    
    Fixes: prometheus#2776
    
    Signed-off-by: Daniel Swarbrick <daniel.swarbrick@gmail.com>
    dswarbrick committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0f02925 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Use legacy method of collecting arp metrics for e2e tests

    Signed-off-by: Daniel Swarbrick <daniel.swarbrick@gmail.com>
    dswarbrick committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    98449b2 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Configuration menu
    Copy the full SHA
    e20cdeb View commit details
    Browse the repository at this point in the history