-
Notifications
You must be signed in to change notification settings - Fork 245
feat: add Prometheus metrics for DA submission failures #2756
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
Changes from 1 commit
5ea1adb
b10a1db
6473d35
eef7d2b
a0b2a90
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can we remove all those metrics nil check in the code, and just pass a NoOp metrics if metrics is nil in the constructor? makes it less readable otherwise
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @claude can you implement this and other feedback from julien
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Claude finished @tac0turtle's task —— View job Tasks
SummaryI've successfully implemented all of @julienrbrt's feedback: 1. Created Typed Failure Reason Constants
2. Updated Metrics to Use Typed Reasons
3. Refactored to Use NoOp Metrics Pattern
4. Updated
|
Uh oh!
There was an error while loading. Please reload this page.