This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Adding Dispute Participation Metrics #6838
Merged
Merged
Changes from 1 commit
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
107f971
Added participation and queue sizes metrics
BradleyOlson64 a8186fc
First draft of all metric code
BradleyOlson64 b6cb2c7
Tests pass
BradleyOlson64 faa7eb5
Merge branch 'master' of https://github.com/paritytech/polkadot into …
BradleyOlson64 bc7049e
Changed Metrics to field on participation + queues
BradleyOlson64 7b0bfc0
fmt
BradleyOlson64 56e7723
Improving naming
BradleyOlson64 4185d4d
Refactor, placing timer in ParticipationRequest
BradleyOlson64 20ceda9
fmt
BradleyOlson64 02e5608
Final cleanup
BradleyOlson64 6444e6d
Merge branch 'master' of https://github.com/paritytech/polkadot into …
BradleyOlson64 008063f
Revert "Final cleanup"
BradleyOlson64 207bb2a
Changing metric names
BradleyOlson64 3fcb639
Implementing Eq only for unit tests
BradleyOlson64 ef611aa
fmt
BradleyOlson64 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
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.
nit: Should the metric names be updated to match the new variable names? e.g.
"polkadot_parachain_dispute_participation_priority_queue_size"