-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Expand metrics in HTTP debug page (#205)
## What ❔ - Almost all info in Network was added to the debug page. Exceptions are values related to batch gossiping (which is going to be deprecated) and message pools/queues (which I deemed too verbose to include, but can be included if necessary). - Fixed calculation of connection throughput. It now averages over the last minute. - Made all units human readable. - As a side effect, a couple of cargo files were formatted. The only real change was adding human_repr package. Will format the rest of the cargo files in a separate PR. Fixes BFT-508
- Loading branch information
1 parent
d41ac00
commit 2ef11bc
Showing
10 changed files
with
688 additions
and
241 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.