Feat/percentage measurement #16
Merged
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_analysis
andtx_pool_throughput_analysis
tasks to improve observability of P2P event anomalies and coordinated omission.Key Changes
tx_pool_latency_analysis
Added Metrics:
duplicated_p2p_event_count
missed_p2p_event_count
coordinated_omission_event_count
README Updated: Descriptions for the new metrics have been added.
Output Map Extended: All new metrics are included in the output JSON.
tx_pool_throughput_analysis
Added Aggregated Metrics:
total_sent_tx
missed_p2p_event_count_percentage
coordinated_omission_event_count_percentage
README 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
: