You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(aci): Fix bug where issue detail links weren't working (#102491)
# Description
We were previously only check for alertRule information, but if we
create a monitor only using the new api, there isn't a back reference to
it. This will look at the occurrence and ensure it's a metric issue,
then determine if it's a legacy or new alert before constructing the
link, it prefers the legacy routing for now.
0 commit comments