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
328 stars 60 forks source link

Do we plan to support inbound traffic parsing? #105

Open wenhuwang opened 4 months ago

wenhuwang commented 4 months ago

Currently, coroot-node-agent only parses network packets that the current node service actively requests for other services. However, in many scenarios, coroot-node-agent cannot be deployed to all nodes. Can it support parsing network packets requested by external services to build a more complete service topology?

def commented 4 months ago

Yes, we have plans to implement this. Here is a similar issue in the main repo: coroot/coroot#281

wenhuwang commented 4 months ago

How is the progress of this feature? I am interested in this feature and would like to contribute if possible.

tripitakav commented 3 months ago

Is has any new progress of this feature?