Attributes for this specific data point
Count of observations in each bucket
Total number of observations
Example values that led to this data point
Upper bounds of histogram buckets
Additional flags for this data point
Optional
maxMaximum observed value (optional)
Optional
minMinimum observed value (optional)
Start time for this measurement period (nanoseconds since Unix epoch)
Optional
sumSum of all observed values (optional)
Timestamp of this measurement (nanoseconds since Unix epoch)
📊 HistogramDataPoint describes time-varying values of a Histogram.
Contains all the information needed to represent a histogram: count, sum, bucket counts, and bucket boundaries. Essential for understanding distributions.
Example