Merged
Conversation
…vent count percentages in output metrics
…s in transaction output metrics
…ounts and their percentages to output metrics
…ed throughput measures and additional event counts
…curate percentage calculations for event counts by converting to float64
…atency analysis tasks to ensure adequate testing duration
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feat/percentage measurement
Overview
This PR introduces additional output metrics to the
tx_pool_latency_analysisandtx_pool_throughput_analysistasks to improve observability of P2P event anomalies and coordinated omission.Key Changes
tx_pool_latency_analysisAdded Metrics:
duplicated_p2p_event_countmissed_p2p_event_countcoordinated_omission_event_countREADME Updated: Descriptions for the new metrics have been added.
Output Map Extended: All new metrics are included in the output JSON.
tx_pool_throughput_analysisAdded Aggregated Metrics:
total_sent_txmissed_p2p_event_count_percentagecoordinated_omission_event_count_percentageREADME Updated: Reflects all new output fields and test parameters.
Output Map Extended: All new fields added to final output JSON.
Playbook Updates
Increased Timeout Durations:
tx_pool_latency_analysis: from 5m to 15mtx_pool_throughput_analysis: