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
select (filter(uniqueCount(location), where result ='FAILED') / uniqueCount(location)) *100as'Fail Rate'from SyntheticCheck
where monitorName in {{entitiesData.names}}
limit10
since 6 hours ago
timeseries
facet monitorName
Critical Monitor Error Messages
selectcount(error)
from SyntheticCheck
where result ='FAILED'and monitorName like'%#critical'limit20
since 6 hours ago
facet
capture(monitorName, r'(?P<Monitor>[^#]+) #.*'),
error