Attributes for this specific data point
Total number of observations
Example values that led to this data point
Additional flags for this data point
Optional
maxMaximum observed value (optional)
Optional
minMinimum observed value (optional)
Negative value buckets
Positive value buckets
Scale factor for bucket boundaries
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)
Count of observations that are exactly zero
Threshold for considering values as zero
📊 ExponentialHistogramDataPoint describes time-varying values of an ExponentialHistogram.
More complex than regular histograms, these use exponentially-sized buckets for efficient representation of wide value ranges.
Example