apollo_network_benchmark: added SQMR session metrics#11546
Open
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. |
1f0509d to
ab1a950
Compare
0e49478 to
7137381
Compare
7137381 to
9f1fb1f
Compare
This was referenced Feb 19, 2026
9f1fb1f to
ce5b018
Compare
ce5b018 to
74f56ff
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
Low risk: benchmark-only metrics additions that don’t affect network behavior, just observability wiring. Main risk is incorrect/unused registration leading to missing or misleading gauges.
Overview
The broadcast network stress test node now reports SQMR session activity by adding gauges for active inbound/outbound sessions.
create_network_metrics()is updated to constructSqmrNetworkMetricsand pass it viaNetworkMetrics.sqmr_metrics(previouslyNone), enabling these metrics to be exported alongside existing peer and broadcast metrics.Written by Cursor Bugbot for commit 74f56ff. This will update automatically on new commits. Configure here.