Open
Description
Describe the feature
There should be an additional endpoint provided by the process (e.g. /healthz) that can be probed to detect general functioning.
Describe the reason for such feature
This allows us to employ better monitoring, for alerting when the server side goes offline for some reason. Additionally it allows to plug into load balancing services that are aware of the health of their backends to provide dynamic failover.
Describe alternatives you've considered
None.