kumahq / kuma-gui

🐻 A GUI built on Vue.js for use with Kuma.
https://kuma.io/
Apache License 2.0
39 stars 22 forks source link

Reflect backend decision on stats line format separator #3237

Open lahabana opened 5 days ago

lahabana commented 5 days ago

This mostly works with #3186.

The few things that needs improvement:

  1. We still show kuma.io/service even though we use MeshService: Exclusive

    image
  2. Worth understanding that default_demo-app_kuma-demo_default_msvc_5050-f2d182aa9efc4e85 has a suffix after the port which relates to the listener.

    1. work with backend on precisely explaining this suffix
    2. should we use _ as separator for the suffix so it's compliant or do we do more complex regex matching?
johncowen commented 5 days ago

Point one here is dealt with in https://github.com/kumahq/kuma-gui/pull/3240, gonna chase up with backend and see if there is anywhere that describes the format of these names with all the potential differences.

bartsmykla commented 1 day ago

Triage: blocked by https://github.com/kumahq/kuma/issues/12147

johncowen commented 14 hours ago

I'm gonna rename this to something like "Reflect decision on stats line format separator"