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
314 stars 56 forks source link

Some apps are not recognized #7

Open rlex opened 1 year ago

rlex commented 1 year ago

I have some apps that fail to recognize. IPs and endpoints are there, but no details on app.

Screenshot 2022-10-25 at 17 56 20

Apps are descheduler, ???, drone CI (server), bitwarden, authelia.

Is there any way to debug why they're failed to parse? Maybe missing some critical labels?

apetruhin commented 1 year ago

@rlex, please check if there are container_net_tcp_listen_info metrics in your prometheus:

container_net_tcp_listen_info{listen_addr=~"(10.251.2.231:10258|10.121.0.9:5000|10.251.4.41:80|10.251.1.218:80|10.251.4.14:9091)"}

(adjust the query if the endpoints have changed)