homepage icon indicating copy to clipboard operation
homepage copied to clipboard

[Feature Request] Add global docker status indicator button

Open al-jimenez opened this issue 2 years ago • 2 comments

ENHANCEMENT Currently getting widget status indicators requires you to click/select the green status indicator to the right of a service Great hidden feature as I was not aware of it.

I think a neat feature, since this is a great docker dashboard, would be to have a button at the bottom (just like green status indicator) (that only appears when a docker service widget is defined), that when clicked will act as a global status enable for all docker services listed.

In other words, if you click the green dot at the bottom right of page, all docker service containers will expand their status indictors.

This would be a great addition to this great dashboard. Good job !

al-jimenez avatar Sep 21 '22 15:09 al-jimenez

Or, for each docker container, add the option to expand by default, like expends: true

henryxrl avatar Oct 14 '22 22:10 henryxrl

As Ben explained in this discussion Expand docker container resouces stats by default. this presents performance problems.

It could be possible, but there are problems that arise when doing this. The docker stats take ~1.5 seconds to load, as the CPU needs to be sampled to gather the usage percentage. Expanding the stats for 6 resources effectively causes the page to take 3-4 seconds extra to load. This compounds with the more you have expanded. By default the browser only makes 3 concurrent requests, so once it's making 3 docker stats requests, everything else gets delayed.

JazzFisch avatar Oct 22 '22 04:10 JazzFisch