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

Add healthchecking #145

Open
hackaugusto opened this issue Jan 15, 2024 · 0 comments
Open

Add healthchecking #145

hackaugusto opened this issue Jan 15, 2024 · 0 comments

Comments

@hackaugusto
Copy link
Contributor

hackaugusto commented Jan 15, 2024

There are multiple ways and purposes of doing healthchecks. I think we need two types:

  • Health check to be used by a process manager, that can restart the process if it is unhealthy
  • Health check for an external system, that can collect metrics and alert when the system is misbehaving

The second case should be based on metrics #144, either because the system is not replying, or some important metric is not changing (e.g. the block number for the store and block producer).

The first case, should have native implementations, namely:

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

2 participants