cilium / hubble-ui

Observability & Troubleshooting for Kubernetes Services
https://www.cilium.io
Apache License 2.0
396 stars 62 forks source link

Hubble UI: show better labels #242

Open cyrilcros opened 3 years ago

cyrilcros commented 3 years ago

Proposal / RFE

Is your feature request related to a problem? When looking at hubble-ui, a lot of of the boxes in the same namespace will have the same name. This looks confusing: box X talks to box X TCP port 1234 that talks to box X TCP port 5678 etc.... When you click on a box, you get more informations from the labels, but it isn't easy to navigate at first glance.

Describe the solution you'd like It would be nice to add to the visual dropdown an option to display some common labels, like name, instance, release or component, maybe leave it on as a default.

blankburian commented 3 years ago

Another nice addition would be the cluster name label for clustermesh deployments.

agileknight commented 2 years ago

We are also running into this issue, it seems.

In a namespace we deploy an application with quite a number of containers that share a common app label.

Being able to configure/select, which Kubernetes labels are used to label the graph, would make the graph a lot more useful.

doerflt commented 2 years ago

We have the same problem. We also use the Kubernetes recommended labels.

So will there be an update for this?

geakstr commented 2 years ago

Hi all! We definitely want to provide such customization and we have plans to add it.

rkdutta commented 1 year ago

Is there any update on this issue?

Gentoli commented 1 year ago

Just an option to choose another label would be great (from the same chart) 😓

image

kamikaze commented 8 months ago

same issue here