-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Labels
Description
Is your feature request related to a problem? Please describe.
In the KubeEdge edge environment, replacing node-exporter with fluent-bit can reduce resource usage. However, during use, we've noticed that some metrics from node-exporter are not available in fluent-bit, such as node_netstat_Tcp_ActiveOpens.
Describe the solution you'd like
add metric for netstat
node_netstat_Tcp_CurrEstab
node_netstat_Tcp_ActiveOpens
node_netstat_Tcp_PassiveOpens
node_netstat_Tcp_RetransSegs
node_netstat_Udp_InDatagrams
node_netstat_Udp_InErrors
node_netstat_Udp_OutDatagrams
node_netstat_Udp_NoPorts
Describe alternatives you've considered
use node-exporter in edge environment
Additional context
Reactions are currently unavailable