node_exporter icon indicating copy to clipboard operation
node_exporter copied to clipboard

TCP Checksum error stats in node_exporter

Open vishnubraj opened this issue 4 years ago • 2 comments

Please add below stats in node_exporters.

node_netstat_Tcp_InCsumErrors node_netstat_Tcp_OutCsumErrors node_netstat_Udp_InCsumErrors node_netstat_Udp_OutCsumErrors

This will be very useful to find the DDos attacks.

@SuperQ FYI

vishnubraj avatar Feb 06 '21 18:02 vishnubraj

Thanks, we have a number of normal In/Out Error counters. We were trying to keep the cardinality of the exporter down a bit.

For example, node_netstat_Tcp_InErrs should also include node_netstat_Tcp_InCsumErrors. It would be useful to verify that this is the case.

SuperQ avatar Feb 06 '21 18:02 SuperQ

If you want them, you can adjust collector.netstat.fields accordantly

discordianfish avatar Feb 09 '21 10:02 discordianfish