Skip to content

healthcheck,cmd: Provide a healthcheck daemon

Vgutierrez requested to merge healthcheck-monitor into main

Embedded in this commit it's the refactor of the hcforwarder grpc API to adhere to the same good practices used on the healthcheck one:

  • Do not take single types as request parameters
  • Do not use required or optional

Merge request reports