Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hydra Provider HeartBeat #105

Closed
NoahSprenger opened this issue Nov 18, 2023 · 2 comments
Closed

Hydra Provider HeartBeat #105

NoahSprenger opened this issue Nov 18, 2023 · 2 comments
Assignees

Comments

@NoahSprenger
Copy link
Contributor

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)

@seofernando25
Copy link
Collaborator

seofernando25 commented Mar 5, 2024

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

@seofernando25
Copy link
Collaborator

Intersects with #111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants