apollo_network_benchmark: added broadcast metrics tracking#11543
Conversation
Contributor
Author
This was referenced Jan 8, 2026
|
There hasn't been any activity on this pull request recently, and in order to prioritize active work, it has been marked as stale. |
2aae34d to
ca949d1
Compare
3c87686 to
5bed725
Compare
ca949d1 to
3b2e887
Compare
crates/apollo_network_benchmark/src/bin/broadcast_network_stress_test_node/metrics.rs
Show resolved
Hide resolved
This was referenced Feb 19, 2026
3b2e887 to
64fc04b
Compare
030490b to
e340ed6
Compare
64fc04b to
8c425d7
Compare
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.

Note
Low Risk
Adds metrics instrumentation to the broadcast stress-test sender path; risk is low since it doesn’t change protocol behavior beyond minor timing/CPU overhead for metric collection.
Overview
Adds broadcast send-side instrumentation to the broadcast network stress test node.
Defines and registers new metrics for theoretical heartbeat/throughput plus per-send bytes, counts, byte-sum, and send latency histogram, and records them from
send_stress_test_messages(including a newget_throughputhelper).Written by Cursor Bugbot for commit 8c425d7. This will update automatically on new commits. Configure here.