This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
In sc_service/src/metrics.rs, detach the networking-related metrics from non-networking-related metrics #6093
Labels
I4-annoyance
The client behaves within expectations, however this “expected behaviour” itself is at issue.
At the moment, metrics such as the CPU usage, disk writing, and so on are updated only when the networking periodically reports its status.
Unfortunately, that means that if the networking has an issue and freezes, then CPU usage, disk writing, ... are never updated. This is a problem, because they might be useful to understand why the networking freezes.
The text was updated successfully, but these errors were encountered: