coroot / coroot-node-agent

A Prometheus exporter based on eBPF that gathers comprehensive container metrics
https://coroot.com/docs/metrics/node-agent
Apache License 2.0
294 stars 54 forks source link

Outbound connection invalidation #69

Closed def closed 4 months ago

def commented 4 months ago

Since the agent doesn't track inbound TCP connections, there could be situations where a socket file descriptor (FD) from a previous outbound connection is reused for a new inbound connection. It could result in inaccurate metrics and traces.