Application Healthcheck
I was wondering, if there is some kind of an endpoint/command (/healthz, /up) I can run to get the health of the application.
If not, could it be implemented? It would be handy for Kubernetes monitoring via probes.
Reference: https://edgeapi.rubyonrails.org/classes/Rails/HealthController.html
I'm supportive. We've historically just used /users/sign_in but having a real healthcheck makes a lot of sense. Would you be able to submit a PR?
I am afraid not. I am not really experienced in Ruby.
Also would be nice, if the healthcheck contained the status of the connected killbill instance. But I guess it is not 100% required, since we can get the status from the killbill instance itself.
The healthcheck could also return the current Kaui version.
Fixed by https://github.com/killbill/killbill-admin-ui-standalone/pull/75.