My problem is that I cannot gather the container metrics (cpu, mem, ...) of containers running in the same swarm but on a different node than the node (manager) answering my request.
Is this the normal behavior?
How do I get the stats of the other running containers (I cannot request the stats from a worker node via http/tcp...)?
Currently I am using the Docker API via TCP/HTTP: https://docs.docker.com/engine/api/v1.30/#operation/ContainerStats
PS: I cannot use cAdvisor.