Export detailed history of check latency
D
DavidVentura
I would love to be able to measure changes in performance over time -- example: If I add a new node to a geo-distributed domain, how does latency change?
For me, it would be fine if you only return the last 24h of data (or so), and I need to store them locally.
Log In
Adrien Rey-Jarthon
Thanks for the suggestion, at the moment there's nothing to do this from the UI but you can get all the performance metrics stored by updown from the API though: https://updown.io/api#GET-/api/checks/:token/metrics
The granularity decrease with age (hour then day then month), but with it you can see short or long term trends and changes as you wish with a bit of manual work. You can access detailed timings from each updown location (
group=host
parameter) for a time period before and after your change for example, and then compare.