Kinto / kinto-admin

Kinto Web Administration Console
http://kinto.github.io/kinto-admin/
184 stars 35 forks source link

Show heartbeat status in top bar #3220

Closed leplatrem closed 4 weeks ago

leplatrem commented 2 months ago

Like with a red/green circle and a blank target link to the endpoint

Would serve as a is it down for everyone or just me indicator

alexcottner commented 2 months ago

Should we make this an optional feature that can be enabled in server config?

I could see a scenario where there are several concurrent users and the heartbeat checks are somewhat expensive (depending on the plugins and level of checking).

leplatrem commented 2 months ago

Good point, but I think it's fine if we check it like on the login page when fetching capabilities, and then maybe once every minute or so. We also have Telscope that fetches it regularly too. We could chose to add a microcache on the server if that becomes necessary