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

fix(sdk-metrics): ignore NaN value recordings for histograms #4455

Prev Previous commit
Next Next commit
fix(changelog): update changelog
  • Loading branch information
pichlermarc committed Feb 1, 2024
commit d9753331f64db0385aebcccbed9faa7545e67974
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For experimental package changes, see the [experimental CHANGELOG](experimental/

### :bug: (Bug Fix)

* fix(sdk-metrics): ignore `NaN` value recordings [#4455](https://github.com/open-telemetry/opentelemetry-js/pull/4455) @pichlermarc
* fix(sdk-metrics): ignore `NaN` value recordings in Histograms [#4455](https://github.com/open-telemetry/opentelemetry-js/pull/4455) @pichlermarc
* fixes a bug where recording `NaN` on a histogram would result in the sum of bucket count values not matching the overall count

### :books: (Refine Doc)
Expand Down