upptime / upptime

⬆️ GitHub Actions uptime monitor & status page by @AnandChowdhary
https://upptime.js.org
MIT License
14.96k stars 844 forks source link

Bug: Times are all off on response time view #755

Open titanism opened 1 year ago

titanism commented 1 year ago

See history page for any status page made with upptime and you will see the times are all the same and broken.

https://status.forwardemail.net/history/forwardemail-net

Screen Shot 2023-03-28 at 5 55 06 AM
AnandChowdhary commented 6 months ago

times are all the same and broken

@titanism I'm not sure I understand what you mean here, could you please elaborate? Do you think the time is incorrect, or it is something else?

ahurtaud commented 3 months ago

hello, i am not sur if it is what was explain in the first issue but what I think is that: the space between timestamps are always the same whereas the duration between them varies a lot.

example: gap between 5minutes monitor is the same between 1-hour run

AnandChowdhary commented 3 months ago

Aah, I think I know what you mean. Do you mean that the X-axis is not time-series, i.e., it's treating the date/time as a "string" data point so if you have data like [1, 2, 3, 10, 11, 23], then it each point is equidistant rather than being correctly positioned on the timeline?

ahurtaud commented 3 months ago

Yes ;)