We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a687e61 commit 4348004Copy full SHA for 4348004
libs/exponential-histogram/src/main/java/org/elasticsearch/exponentialhistogram/ExponentialHistogram.java
@@ -103,7 +103,8 @@ public abstract class ExponentialHistogram implements Accountable {
103
public abstract double sum();
104
105
/**
106
- * Returns the sum of the counts of all values represented by this histogram.
+ * Returns the number of values represented by this histogram.
107
+ * In other words, this is the sum of the counts of all buckets including the zero bucket.
108
*
109
* @return the value count, guaranteed to be zero for empty histograms
110
*/
0 commit comments