I need to generate a query to put in a graph, either a counter type where it indicates which monitors are currently alerted. What is being presented live and not a history, elaborate this query but what it does is bring me all the history
SELECT count(*) FROM SyntheticCheck WHERE result = ‘FAILED’
Try to filter for example 10 minutes, but it still brings me wrong data, since it brings me everything that was alerted during those 10 minutes.
So I need to get a counter of all monitors in Syntetic that are alertedTry to filter for example 10 minutes, but it still brings me wrong data, since it brings me everything that was alerted during those 10 minutes.
So I need to get a counter of all monitors in Synthetics that are alerted