Skip to content

in_node_exporter_metrics: add netstat collector #11044

@Abirdcfly

Description

@Abirdcfly

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions