node_exporter
node_exporter copied to clipboard
Add TCPRcvQDrop to default netstat metrics
TCPRcvQDrop is a useful variable that counts the number of packets dropped due to either system-wide or per-socket memory pressure.
Their report on the default output could help to detect issues on the network stack.
More details about a real use case: https://blog.cloudflare.com/when-the-window-is-not-fully-open-your-tcp-stack-is-doing-more-than-you-think/
It would be nice to have it on the default output.
Thanks,
This needs a DCO sign-off. You can use git commit -s --amend to add it.