coroot-node-agent icon indicating copy to clipboard operation
coroot-node-agent copied to clipboard

Some apps are not recognized

Open rlex opened this issue 3 years ago • 1 comments

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?

rlex avatar Oct 25 '22 15:10 rlex

@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)

apetruhin avatar Oct 27 '22 09:10 apetruhin