Uh oh!
There was an error while loading. Please reload this page.
PHOENIX-5838 Add Histograms for Table level Metrics - #1231
Conversation
vmeka2020
commented
May 14, 2021
stoty
commented
May 14, 2021
💔 -1 overall
This message was automatically generated. |
stoty
commented
May 15, 2021
💔 -1 overall
This message was automatically generated. |
nsgupta1
left a comment
There was a problem hiding this comment.
+1 !!! Looks good to me except for a couples of nits.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
stoty
commented
May 19, 2021
💔 -1 overall
This message was automatically generated. |
stoty
commented
May 20, 2021
💔 -1 overall
This message was automatically generated. |
stoty
commented
May 20, 2021
💔 -1 overall
This message was automatically generated. |
dbwong
left a comment
There was a problem hiding this comment.
Looks good for the most part. Some small refactoring and maybe a bit of unnecessary/legacy code.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
vmeka2020
commented
Oct 8, 2021
| * Interface for UnRegistering Publisher Method | ||
| */ | ||
| void unregisterMetricProvider(); | ||
There was a problem hiding this comment.
nit: remove the extra line. Given no changes in this file.
| } | ||
| return metricSupplier; | ||
| } | ||
There was a problem hiding this comment.
nit: remove the extra line. Given no changes in this file.
| * @return Sum of the values of the metric sampled since the last {@link #reset()} call. | ||
| */ | ||
| public long getTotalSum(); | ||
There was a problem hiding this comment.
nit: remove the extra line. Given no changes in this file.
No description provided.