-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
op-service/txmgr: fix pending_txs
metric
#14168
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #14168 +/- ##
===========================================
- Coverage 46.45% 42.16% -4.29%
===========================================
Files 997 832 -165
Lines 84487 75180 -9307
===========================================
- Hits 39246 31702 -7544
+ Misses 42265 40677 -1588
+ Partials 2976 2801 -175
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
lgtm, one optional suggestion
* op-service/txmgr: add TestQueue_Send_MaxPendingMetrics * SendAsync: simplify m.metr.RecordPendingTx() usage * use anonymous fn * tidy
* op-service/txmgr: add TestQueue_Send_MaxPendingMetrics * SendAsync: simplify m.metr.RecordPendingTx() usage * use anonymous fn * tidy
* op-service/txmgr: add TestQueue_Send_MaxPendingMetrics * SendAsync: simplify m.metr.RecordPendingTx() usage * use anonymous fn * tidy
Closes #14109