# Functions
NewHealthController creates a new health controller and returns a reference to it.
SendHeartBeat sends a heartbeat on the passed channel.
# Structs
ControllerHeartbeat is the structure to hold the heartbeats sent by controllers.
HealthController reports the health of the controller loops as a http endpoint.
HealthStats is holds the latest heartbeats.