18F / uptime

Extremely simple, static, server-free uptime monitoring.
https://18f.github.io/uptime/
1 stars 0 forks source link

Store richer information #2

Closed beechnut closed 9 hours ago

beechnut commented 5 days ago

Right now we store the assessment of whether the site is up or down, and the timestamp. That means we're throwing away a lot of potentially useful information, like:

We don't necessarily have a use for all this information right now, and I'm hesitant to give a blanket "more information is better". But up/down determinations are less useful than the status codes. You can have reasonable disagreements over whether a status code means up or down, so I think at least we should keep the status code.

Acceptance criteria:

beechnut commented 9 hours ago

I added the HTTP status code in the last commit, closing.