Hello,
I have several servers with same containers running on all of them and would like to know if there is a way to differenciate the containers from one server to another.
Here is an example :
Server A : master server with prometheus + node_exporter container + cadvisor container + containerC
Server B : node_exporter container + cadvisor container + containerC
The containers having the same name, how do I differentiate them in the grafana dashboard ?
Is it possible to create like a dashboard by node ?
Thanks in advance.