-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[forge] LatencyBreakdown counters and use them in success criteria (#…
…9393) * refactor SystemMetrics to be cleaner, and build LatencyBreakdown metrics in the same flow * have Swarm surface API for generic querying range from prometheus, and move validation and what needs to be fetched to SuccessCriteria * move retries from system metrics alone, to prometheus calls themselves * rename system_metrics.rs to prometheus_metrics.rs - and have fetching of system and latency metrics there * move threshold logic to SuccessCriteria * add fetching QS and consensus latency breakdown, and having a way to assert they pass. * fixing construct_query_with_extra_labels, and updating land_blocking checks
- Loading branch information
1 parent
8fe69b2
commit 1063755
Showing
14 changed files
with
717 additions
and
418 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.