It would be helpful to have a health check endpoint for our services. Can we update ours to reflect our system 'health' accurately? We have a health check endpoint live somewhere.
- Find the existing endpoint and where it is retrieving its data
- Find out if adjusting (or creating a new one if necessary) is possible and how
- If yes, do (create follow-up task)
Note: We could get started with a super simple user-facing page with the same script we use to check our services' responsiveness during our deployment process.
Another note: to change the existing /_info endpoint to our desire or creating a new one will require a bit of time, communication and input from SRE.