mohsenasm / swarm-dashboard

A Simple Monitoring Dashboard for Docker Swarm Cluster
MIT License
162 stars 26 forks source link

Idea: group services by stack #1

Open morph027 opened 7 years ago

morph027 commented 7 years ago

Just an idea: It would be nice to identify all services belonging to a stack using com.docker.stack.namespace.

As they might be spread across nodes, probably an colored border around containers or something like this. And if you click one container, dim all others except the ones belonging to the stack.

charypar commented 7 years ago

Thanks for the suggestion! I thought about that too. At the moment, the grouping will sort of happen by the nature of sorting services by name as the prefix of the name is the name of the stack, but it would be nice to draw some kind of boundaries, or make it obvious in another way.

The thinking around what happens when a container is clicked is it will open a panel with more details of the task/service. Highlighting the rest of the stack is a nice idea.