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
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:
There are multiple ways and purposes of doing healthchecks. I think we need two types:
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:
The text was updated successfully, but these errors were encountered: