You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want some way to know if the service is alive. What does a healthy service look like? Radio is plugged into USB, dropped messages rate, etc. This endpoint should return 200 if all is good and (pick the appropriate one from the list https://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
The text was updated successfully, but these errors were encountered:
As of #110 Hydra Provider is now using a GRPC server.
It has a Health Service that always returns "SERVING" (aka healthy)
We could have something like a dedicated "SerialComm" service so that when we probe the health service for the serial comm service health we could get its SERVING status.
In regards to a more detailed metrics it could be included in the service
We want some way to know if the service is alive. What does a healthy service look like? Radio is plugged into USB, dropped messages rate, etc. This endpoint should return 200 if all is good and (pick the appropriate one from the list https://en.wikipedia.org/wiki/List_of_HTTP_status_codes)
The text was updated successfully, but these errors were encountered: