This repository was archived by the owner on Nov 15, 2023. It is now read-only.
client/beefy: add more metrics for production visibility#12910
Merged
paritytech-processbot[bot] merged 16 commits intoparitytech:masterfrom Feb 16, 2023
Merged
client/beefy: add more metrics for production visibility#12910paritytech-processbot[bot] merged 16 commits intoparitytech:masterfrom
paritytech-processbot[bot] merged 16 commits intoparitytech:masterfrom
Conversation
Contributor
Author
|
Hello @acatangiu I have an issue, when i try to implement metric for when no voting session is initialized I try to include the metrics property in the struct I am curious how to go about this? |
…dharjeezy/beefy-metrics � Conflicts: � client/beefy/src/communication/request_response/incoming_requests_handler.rs � client/beefy/src/communication/request_response/outgoing_requests_engine.rs � client/beefy/src/import.rs � client/beefy/src/worker.rs
Contributor
Author
|
@acatangiu this is ready for review |
acatangiu
reviewed
Jan 26, 2023
Contributor
acatangiu
left a comment
There was a problem hiding this comment.
Looks good, I've added some changes and additions suggestions below.
client/beefy/src/communication/request_response/incoming_requests_handler.rs
Outdated
Show resolved
Hide resolved
client/beefy/src/communication/request_response/incoming_requests_handler.rs
Outdated
Show resolved
Hide resolved
serban300
reviewed
Feb 14, 2023
Contributor
serban300
left a comment
There was a problem hiding this comment.
Looks good ! Just 2 nits so far, but I'll do another pass on the PR later. Just want to look more carefully on the places where the metrics are updated.
client/beefy/src/communication/request_response/incoming_requests_handler.rs
Outdated
Show resolved
Hide resolved
serban300
reviewed
Feb 14, 2023
serban300
approved these changes
Feb 15, 2023
Contributor
|
bot merge |
rossbulat
pushed a commit
that referenced
this pull request
Feb 19, 2023
* few beefy metrics * more beefy metrics * some beefy metrics * some beefy metrics * more metrics * other metrics * fix tests * merge changes * Apply suggestions from code review * client/beefy: fix metrics * client/beefy: separate metrics per component, avoid double registering * client/beefy: deduplicate metrics registration code * remove unused metric * impl review suggestions --------- Co-authored-by: Adrian Catangiu <adrian@parity.io>
rossbulat
pushed a commit
that referenced
this pull request
Feb 19, 2023
)" This reverts commit b4cae2f.
ltfschoen
pushed a commit
to ltfschoen/substrate
that referenced
this pull request
Feb 22, 2023
…12910) * few beefy metrics * more beefy metrics * some beefy metrics * some beefy metrics * more metrics * other metrics * fix tests * merge changes * Apply suggestions from code review * client/beefy: fix metrics * client/beefy: separate metrics per component, avoid double registering * client/beefy: deduplicate metrics registration code * remove unused metric * impl review suggestions --------- Co-authored-by: Adrian Catangiu <adrian@parity.io>
ark0f
pushed a commit
to gear-tech/substrate
that referenced
this pull request
Feb 27, 2023
…12910) * few beefy metrics * more beefy metrics * some beefy metrics * some beefy metrics * more metrics * other metrics * fix tests * merge changes * Apply suggestions from code review * client/beefy: fix metrics * client/beefy: separate metrics per component, avoid double registering * client/beefy: deduplicate metrics registration code * remove unused metric * impl review suggestions --------- Co-authored-by: Adrian Catangiu <adrian@parity.io>
Ank4n
pushed a commit
that referenced
this pull request
Feb 28, 2023
* few beefy metrics * more beefy metrics * some beefy metrics * some beefy metrics * more metrics * other metrics * fix tests * merge changes * Apply suggestions from code review * client/beefy: fix metrics * client/beefy: separate metrics per component, avoid double registering * client/beefy: deduplicate metrics registration code * remove unused metric * impl review suggestions --------- Co-authored-by: Adrian Catangiu <adrian@parity.io>
ukint-vs
pushed a commit
to gear-tech/substrate
that referenced
this pull request
Apr 10, 2023
…12910) * few beefy metrics * more beefy metrics * some beefy metrics * some beefy metrics * more metrics * other metrics * fix tests * merge changes * Apply suggestions from code review * client/beefy: fix metrics * client/beefy: separate metrics per component, avoid double registering * client/beefy: deduplicate metrics registration code * remove unused metric * impl review suggestions --------- Co-authored-by: Adrian Catangiu <adrian@parity.io>
15 tasks
nathanwhit
pushed a commit
to nathanwhit/substrate
that referenced
this pull request
Jul 19, 2023
…12910) * few beefy metrics * more beefy metrics * some beefy metrics * some beefy metrics * more metrics * other metrics * fix tests * merge changes * Apply suggestions from code review * client/beefy: fix metrics * client/beefy: separate metrics per component, avoid double registering * client/beefy: deduplicate metrics registration code * remove unused metric * impl review suggestions --------- Co-authored-by: Adrian Catangiu <adrian@parity.io>
Closed
11 tasks
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
More metrics for Beefy.
Closes #12893
Polkadot companion: paritytech/polkadot#6706