vishwajith-s commented on a change in pull request #1416:
URL: https://github.com/apache/samza/pull/1416#discussion_r470349757
##########
File path: samza-api/src/main/java/org/apache/samza/metrics/SamzaHistogram.java
##########
@@ -53,6 +53,7 @@ public SamzaHistogram(MetricsRegistry registry, String group,
String name, List<
public void update(long value) {
histogram.update(value);
+ percentiles.forEach(x -> updateGaugeValues(x));
Review comment:
good point. @prateekm is it possible that this is never called? We are
seeing the values a 0, so I assumed this could be the issue.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]