Export detailed history of check latency
complete
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
marked this post as
complete
This is now possible with the new 10y performance chart: https://headwayapp.co/updown-release-notes/new-10y-performance-history-chart-323596
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.