define health section better

This commit is contained in:
Sasha 2024-07-02 12:08:22 +02:00
parent c23dfe95f5
commit ef1c08a15f
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,10 @@ Such use cases can be: recovery from offline state, decrease rate of missed mess
### Node health
Metric meant to determine how reliable light node is:
Node health is a metric meant to determine how reliable a light node is.
We consider this reliability to be dependant on amount of simultaneous connections to responsive service nodes.
Unfortunately the more connections light node establishes - the more bandwidth is consumed.
To address this we suggest following metrics:
- unhealthy - no connections to service nodes are available regardless of protocol;
- minimally healthy:
- Filter has one service node connection;