-
Notifications
You must be signed in to change notification settings - Fork 897
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorporate histogram min and max fields into histogram language, add… #1983
Conversation
… zero bucket histogram aggregation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM besides the naming, which is subjective though 🤷
…ate histogram to trivial histogram
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving the overall call-out to users that a 1-bucket histogram = Min/Max/Sum/Count and is useful.
Naming - I'm sure there will be debates on specific name. I made some comments/possible suggestions but I don't feel strongly about any particular name for this one.
As a side comment, we use this degenerate case of a single-bucket explicit histogram in the Java SDK metric tests.
…ication into metrics-sdk-min-max
…ication into metrics-sdk-min-max
open-telemetry#1983) * Incorporate histogram min and max fields into histogram language, add zero bucket histogram aggregation * Change default aggregation temporality to Delta * Rename zero bucket histogram to degenerate histogram * Remove monotonic parameter from histgoram aggregation, rename degenerate histogram to trivial histogram * Adjust language on exemplar resevoir selection * Fix type in anchor * Remove extra line * Remove trivial histogram aggregation * Add RecordMinMax to Explicit Bucket Histogram Co-authored-by: Reiley Yang <[email protected]> Co-authored-by: Joshua MacDonald <[email protected]>
… zero bucket histogram aggregation
Resolves #1902.
Changes