[Logs UI] Plain link-to route misinterprets static suffix as source id #74916
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Logs UI
Logs UI feature
Team:Infra Monitoring UI - DEPRECATED
DEPRECATED - Label for the Infra Monitoring UI team. Use Team:obs-ux-infra_services
v7.9.1
Milestone
Summary
In #61162 the route
/app/logs/link-to/:sourceId?/logs
was changed to/app/logs/link-to/:sourceId?
in a non-backwards-compatible way. As a consequence the secondlogs
to/app/logs/link-to/logs
is now interpreted as the source id, which breaks various links from other applications such as APM.Proposed solution
Restore the removed route such that
/app/logs/link-to/:sourceId?/logs
has a higher priority than/app/logs/link-to/:sourceId?
.The text was updated successfully, but these errors were encountered: