cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Synthetic monitor availability report

Himavanth_Reddy
Visitor

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 ...)

2 REPLIES 2

p_devulapalli
Champion

@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") }

 

Phani Devulapalli

I am getting graph, but I want percentage values, and I want separate records for each day

Featured Posts