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
Currently we annotate all alerts with dashboard URL in format https://grafana.app-sre.devshift.net/d/<dashboard_ID>/* - however, for alerts which do not have a dashboard we are returning link to non-existing dashboard URL https://grafana.app-sre.devshift.net/d/no-dashboard/*. We should not provide dashboard annotation if there is none.
The text was updated successfully, but these errors were encountered:
Currently we annotate all alerts with dashboard URL in format
https://grafana.app-sre.devshift.net/d/<dashboard_ID>/*
- however, for alerts which do not have a dashboard we are returning link to non-existing dashboard URLhttps://grafana.app-sre.devshift.net/d/no-dashboard/*
. We should not provide dashboard annotation if there is none.The text was updated successfully, but these errors were encountered: