Hi,
I use Docker Swarm and I have troubles with monitoring. Sometimes at nigth some nodes has big LOAD (about 20). I use this monitoring toolkit GitHub - stefanprodan/swarmprom: Docker Swarm instrumentation with Prometheus, Grafana, cAdvisor, Node Exporter and Alert Manager I can see only node xy has LOAD 20 but I can not assign this load to service/container. Do you have an idea how can I get service/container LOAD? I have about 50 services and it is not easy to find the problematic service(s).
Thanks.