Hi,
I'm trying to create modern dashboard for SAM component,
With SAM component I'm monitoring "google.com" now I want to create dashboard which show me the component present availability during time (last 90 days),
I created swql query that show me the current availability (I used KPI widget)
SELECT
PercentComponentAvailability
FROM Orion.APM.ComponentAlert
WHERE ComponentName LIKE 'Google%' AND ApplicationID = '1945'
Is there any way to build that kind of dashboard/widget ?
Regards