Skip to content
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

Adding MinMax to Histograms #3532

Closed
wants to merge 71 commits into from
Closed

Adding MinMax to Histograms #3532

wants to merge 71 commits into from

Conversation

mic-max
Copy link
Contributor

@mic-max mic-max commented Aug 3, 2022

Fixes #2560

Must merge #3248 first

Changes

Histograms will now record the minimum and maximum measurement values.

For significant contributions please make sure you have completed the following items:

  • Appropriate CHANGELOG.md updated for non-trivial changes
  • Design discussion issue #
  • Changes in public API reviewed

mic-max added 30 commits May 4, 2022 15:35
Binary search for large bucket count histograms

Update CHANGELOG.md

netcoreapp3.1 was complaining

ci rerun

ci rerun

Update MetricTestData.cs

use 400 buckets
- Remove conversion to float from `FindHistogramBucketIndexBinary`
- Make `DefaultHistogramCountForBinarySearch` a `const` instead of a `static readonly`
when testing with large MaxValue this would end up having same value bounds
reyang and others added 29 commits August 3, 2022 11:02
* hammer out the upper/lower bound of scale

* comment
@mic-max mic-max closed this Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Histogram aggregation should support Min Max