Fix exponential histogram aggregation
Describe your environment
OS: (e.g, Ubuntu)
Python version: (e.g., Python 3.8.10)
SDK version: (e.g., 1.25.0)
API version: (e.g., 1.25.0)
What happened?
The aggregation of the exponential histogram with CUMULATIVE collection aggregation temporality is wrong.
Steps to Reproduce
Run this
Expected Result
Same start time for all points with CUMULATIVE collection aggregation temporality.
Actual Result
Different start time for all points with CUMULATIVE collection aggregation temporality.
Additional context
No response
Would you like to implement a fix?
None