Returns a new aspect that represents the sequential composition of this aspect with the specified one.
Returns a new aspect that represents the sequential composition of this aspect with the specified one.
Returns the current sum and count of values in each bucket of this histogram.
Returns a copy of this histogram with the specified name, boundaries, and tags.
Returns the current count of values in this histogram.
Returns whether this histogram is equal to the specified histogram.
Returns whether this histogram is equal to the specified histogram.
Returns the hash code of this histogram.
Returns the hash code of this histogram.
The type of this histogram.
The type of this histogram.
Adds the specified value to the distribution of values represented by this histogram.
Returns the current sum of values in this histogram.
A
Histogramis a metric representing a collection of numerical values with the distribution of the cumulative values over time. A typical use of this metric would be to track the time to serve requests. Histograms allow visualizing not only the value of the quantity being measured but its distribution. Histograms are constructed with user specified boundaries which describe the buckets to aggregate values into.