Skip to content

fix: [DSM-106] Nest subnet message scope within inner round scope#9360

Open
alin-at-dfinity wants to merge 2 commits intomasterfrom
alin/DSM-106-round_inner_subnet_queue
Open

fix: [DSM-106] Nest subnet message scope within inner round scope#9360
alin-at-dfinity wants to merge 2 commits intomasterfrom
alin/DSM-106-round_inner_subnet_queue

Conversation

@alin-at-dfinity
Copy link
Contributor

Subnet messages are executed in the inner_round() loop, so their MeasurementScope should be nested within the round_inner scope, not directly in the round root scope. (The metrics themselves are already named execution_round_inner_phase_<xyz>, but the nesting is wrong.)

Subnet messages are executed in the inner_round() loop, so their MeasurementScope should be nested within the `round_inner` scope, not directly in the `round` root scope.
@alin-at-dfinity alin-at-dfinity requested a review from a team as a code owner March 13, 2026 16:04
@github-actions github-actions bot added the fix label Mar 13, 2026
&self.metrics.round_subnet_queue,
root_measurement_scope,
&self.metrics.round_inner_subnet_queue,
&measurement_scope,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one line is the actual change, everything else is renaming and fixing asserts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant