13 Mar 2025 01:07 PM - edited 13 Mar 2025 03:54 PM
I want to get a report of availability for a synthetic monitor day-wise or hourly for a selected timeframe. (not avg value I want separate values)
How can I achieve this? (DQL, dashboard, Api ...)
Solved! Go to Solution.
13 Mar 2025 11:57 PM
@Himavanth_Reddy can you please try the below for a daily availability?
timeseries avg(dt.synthetic.browser.availability), by: { dt.entity.synthetic_test, dt.entity.synthetic_location }, interval:24h,filter: { matchesValue(entityAttr(dt.entity.synthetic_test, "entity.name"), "easyTravel booking") }
14 Mar 2025 09:53 AM - edited 14 Mar 2025 09:55 AM
I am getting graph, but I want percentage values, and I want separate records for each day