synthetic-monitoring-app icon indicating copy to clipboard operation
synthetic-monitoring-app copied to clipboard

Dashboards should handle data gaps more gracefully

Open rdubrock opened this issue 3 years ago • 3 comments

Currently if there is a gap in the data, the success rate panes will show NaN. We have a couple options:

1.) Try and ignore the gap, and default to 100% success rate 2.) Try and ignore the gap, and default to 0% success rate 3.) Not ignore the gap and show NaN 4.) Not ignore the gap but show something nicer than NaN, like No Data or Data Missing

rdubrock avatar Dec 20 '21 17:12 rdubrock

Number 4 is probably the best route forward

rdubrock avatar Dec 20 '21 17:12 rdubrock

Yup, I think 4) makes sense.

electron0zero avatar Dec 20 '21 17:12 electron0zero

x2 (4)

jewbetcha avatar Dec 20 '21 17:12 jewbetcha

I can't reproduce this anymore, I think through the many iterations of the dashboards this got fixed at some point

rdubrock avatar May 02 '24 21:05 rdubrock