minio / sidekick

High Performance HTTP Sidecar Load Balancer
GNU Affero General Public License v3.0
546 stars 82 forks source link

UI always shows 4 servers #20

Closed krishnasrinivas closed 4 years ago

krishnasrinivas commented 4 years ago

Even when more than 4 servers are being load-balanced, the UI shows only 4 servers I have attached the image where 6 servers are being load-balanced, shows only 4. 2020-05-06-124640_948x188_scrot

harshavardhana commented 4 years ago

This is fixed to some extent in #21 but we need a more generalized solution because of the static Rect() set for the UI.

poornas commented 4 years ago

Fixed by #22

erfantkerfan commented 2 years ago

Even when more than 4 servers are being load-balanced, the UI shows only 4 servers I have attached the image where 6 servers are being load-balanced, shows only 4. 2020-05-06-124640_948x188_scrot

how you can start this UI? I found no doc about it, only a single gif in github page @harshavardhana

harshavardhana commented 2 years ago

Even when more than 4 servers are being load-balanced, the UI shows only 4 servers I have attached the image where 6 servers are being load-balanced, shows only 4. 2020-05-06-124640_948x188_scrot

how you can start this UI? I found no doc about it, only a single gif in github page @harshavardhana

This is only when you are running on a terminal. If you run it via container, or systemd it is automatically turned off.

erfantkerfan commented 2 years ago

Even when more than 4 servers are being load-balanced, the UI shows only 4 servers I have attached the image where 6 servers are being load-balanced, shows only 4. 2020-05-06-124640_948x188_scrot

how you can start this UI? I found no doc about it, only a single gif in github page @harshavardhana

This is only when you are running on a terminal. If you run it via container, or systemd it is automatically turned off.

actually, I'm using a systemd to run both minio and sidekick, it could be a nice feature so that you could see the stats even if you are running a systemd

harshavardhana commented 2 years ago

Even when more than 4 servers are being load-balanced, the UI shows only 4 servers I have attached the image where 6 servers are being load-balanced, shows only 4. 2020-05-06-124640_948x188_scrot

how you can start this UI? I found no doc about it, only a single gif in github page @harshavardhana

This is only when you are running on a terminal. If you run it via container, or systemd it is automatically turned off.

actually, I'm using a systemd to run both minio and sidekick, it could be a nice feature so that you could see the stats even if you are running a systemd

Systemd doesn't have terminal you cannot pretty print there.

What you are asking is not possible.