-
Notifications
You must be signed in to change notification settings - Fork 920
Open
Labels
Feature RequestSuggest an idea for this projectSuggest an idea for this project
Description
I wanted to set RecordMinMax=false to work around an issue we (GCP) have with how min and max are handled, but wasn't able to.
Describe the solution you'd like
Implement RecordMinMax for histogram and exponential histogram aggregations. See
- https://opentelemetry.io/docs/specs/otel/metrics/sdk/#explicit-bucket-histogram-aggregation
- https://opentelemetry.io/docs/specs/otel/metrics/sdk/#base2-exponential-bucket-histogram-aggregation
It seems like they weren't added initially because they were optional at the time: #3938 (comment). Based on the specs above, they seem to be required now.
Oddly, it seems like declarative config somehow has a related parameter?
Line 606 in 44aa060
| .withRecordMinMax(true))) |
jkwatson
Metadata
Metadata
Assignees
Labels
Feature RequestSuggest an idea for this projectSuggest an idea for this project