-
Notifications
You must be signed in to change notification settings - Fork 34
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
Passes the method info to the MetricsOps defs #521
Conversation
Codecov Report
@@ Coverage Diff @@
## master #521 +/- ##
=======================================
Coverage 81.42% 81.42%
=======================================
Files 64 64
Lines 985 985
Branches 19 17 -2
=======================================
Hits 802 802
Misses 183 183
Continue to review full report at Codecov.
|
|
||
def recordTotalTime( | ||
method: MethodType, |
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.
Is the MethodType
part of the GrpcMethodInfo
?
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.
yes
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.
Then maybe we can remove MethodType from the declaration?
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.
yeah, I'm almost sure this is what I did 😅
No description provided.