Tracing External URL Incorrect
Clicking on the Distributed Tracing link within Kiali results in being sent to a non-existent URL:
It looks like there are two issues at play:
-
The
external_urlis incorrect in package values -
There is nothing overriding the value at the umbrella level like what is done with the
external_urlvalue for grafana
It's worth noting that Tempo no longer has a UI component so I'm not sure if that external_url for tracing should only exist if Jaeger is deployed or if it needs to simply point elsewhere.
The end goal of this fix would be either that link doesn't show up or it does, but it resolves to the correct url.

