You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Implement "setSumOfSquaredDeviationExpHist" for parameter "enableSOSD" functionality.
For fixed-bucket histograms, we assumed each observation occurred at the center of each bucket, and all underflow and overflow observations occurred at the lowest/highest bucket boundary. We could probably implement similar logic for exponential histograms.
The text was updated successfully, but these errors were encountered:
Follow-up to #777
See
opentelemetry-operations-go/exporter/metric/metric.go
Line 630 in c7b17b6
For fixed-bucket histograms, we assumed each observation occurred at the center of each bucket, and all underflow and overflow observations occurred at the lowest/highest bucket boundary. We could probably implement similar logic for exponential histograms.
The text was updated successfully, but these errors were encountered: