Issue
The link for navigating from traces to logs within the drilldown tab in Grafana is broken
However, this is not the case when navigating traces -> logs using the link via the explore tab. It appears the issue is that, from within the drilldown tab, the /garafana is not correctly added to the url used in the link.
Proposed solution
From my discussion with Perplexity: In our case Grafana is served from a subpath. That must be specified in the Grafana configuration, or some links might be broken
As explained to me by @YuryHrytsuk, changing this variable to true would have to be accompanied by a change to the traefik configuration too.
Issue
The link for navigating from traces to logs within the drilldown tab in Grafana is broken
However, this is not the case when navigating traces -> logs using the link via the explore tab. It appears the issue is that, from within the drilldown tab, the
/garafanais not correctly added to the url used in the link.Proposed solution
From my discussion with Perplexity: In our case Grafana is served from a subpath. That must be specified in the Grafana configuration, or some links might be broken
As explained to me by @YuryHrytsuk, changing this variable to
truewould have to be accompanied by a change to the traefik configuration too.