-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(papyrus_sync): update metrics tracking #4057
Conversation
5182771
to
075dba1
Compare
075dba1
to
b293f88
Compare
b293f88
to
335500b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 12 of 13 files at r1, 8 of 8 files at r2, all commit messages.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @eitanm-starkware and @noamsp-starkware)
crates/starknet_sequencer_metrics/src/metric_definitions.rs
line 92 at r2 (raw file):
}, MetricScope::PapyrusSync => { { PAPYRUS_HEADER_MARKER, "papyrus_header_marker", "The first block number for which the node does not have a header" },
PAPYRUS/papyrus -> SYNC/apollo_sync
Also, while you're at it, change STATE_SYNC above to SYNC
crates/starknet_sequencer_metrics/src/metric_definitions.rs
line 92 at r2 (raw file):
}, MetricScope::PapyrusSync => { { PAPYRUS_HEADER_MARKER, "papyrus_header_marker", "The first block number for which the node does not have a header" },
In every description, change "the node" into sync
335500b
to
0d0e00a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 3 of 13 files reviewed, 2 unresolved discussions (waiting on @eitanm-starkware, @noamsp-starkware, and @ShahakShama)
crates/starknet_sequencer_metrics/src/metric_definitions.rs
line 92 at r2 (raw file):
Previously, ShahakShama wrote…
PAPYRUS/papyrus -> SYNC/apollo_sync
Also, while you're at it, change STATE_SYNC above to SYNC
Done.
crates/starknet_sequencer_metrics/src/metric_definitions.rs
line 92 at r2 (raw file):
Previously, ShahakShama wrote…
In every description, change "the node" into sync
Done.
Benchmark movements: |
29aed94
to
4c64bfb
Compare
4c64bfb
to
fdc669a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 1 of 7 files at r3, 1 of 4 files at r4, 5 of 5 files at r5, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @eitanm-starkware and @noamsp-starkware)
No description provided.