-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[chore] Address nits from previous PRs #20884
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
Conversation
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.
Pull request overview
This PR addresses minor nits from previous pull requests, focusing on metric tracking improvements and a bug fix.
Changes:
- Added success tracking to report metrics in the beholder wrapper
- Fixed incorrect chain type value for Offchain from 8 to 9
- Added queue overflow metrics and logging for the vault plugin
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| core/services/ocr3_1/beholderwrapper/types.go | Added success parameter to trackReports for tracking successful vs failed operations |
| core/services/ocr3_1/beholderwrapper/plugin.go | Updated trackReports calls to include error state |
| core/services/ocr2/plugins/vault/plugin.go | Added metrics tracking, queue overflow logging, and documentation |
| core/services/ocr2/plugins/vault/metrics.go | Created new metrics infrastructure for tracking queue overflow events |
| core/services/keystore/chaintype/chaintype.go | Corrected Offchain chain type value from 8 to 9 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
👋 cedric-cordenier, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
|
I see you updated files related to
|
60737b3 to
cf53127
Compare
|




Address nits from: