-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dashboard does not use metrics anymore (#1333)
* add DashboardAggregator that subscribe to mining_completed * Add DashboardAggregatorAggregator genserver * Dashboard use the DashboardAggregatorAggregator * Publish the mining completed event * DashboardAggregatorAggregator listen to node_up * Remove Metrics collection * rename DashboardAggregator to DashboardMetrics * simplify bucket_key function * optimize zip_nodes_with_latest_request * Manual start of the processes for the tests * do not update version anymore * use :continue instead of send after * lint * Refactor Dashboard to display the transactions count instead of validations count * add new graph network_tx_avg_duration * add flag to median function * Replace 2 charts by 2 others - Boxplot of validation duration - Tx count per node within last hour
- Loading branch information
Showing
31 changed files
with
1,299 additions
and
967 deletions.
There are no files selected for viewing
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.