-
Notifications
You must be signed in to change notification settings - Fork 96
Plug-in Cumulative APIs into the Metric-Registry #505
Plug-in Cumulative APIs into the Metric-Registry #505
Conversation
Codecov Report
@@ Coverage Diff @@
## master #505 +/- ##
==========================================
+ Coverage 94.58% 95.02% +0.43%
==========================================
Files 145 145
Lines 10195 10224 +29
Branches 875 890 +15
==========================================
+ Hits 9643 9715 +72
+ Misses 552 509 -43
Continue to review full report at Codecov.
|
* useful when you want to manually increase and reset values as per service | ||
* requirements. | ||
* | ||
* @param {string} name The name of the metric. |
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.
What would you think about removing these types in the JSDoc that are the same as the TS types?
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.
sure, done.
* useful when you want to manually increase and reset values as per service | ||
* requirements. | ||
* | ||
* @param {string} name The name of the metric. |
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.
Same here on types in JSDoc
e2a3251
to
09f17ab
Compare
Updates #450
Registering Derived Cumulative APIs with Metric-Registry will be in a follow-up PR. Dependency on #503