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

Add SDK ExponentialHistogram unit test and check for errors from other metric types #822

Merged
merged 1 commit into from
Mar 25, 2024

Conversation

damemi
Copy link
Contributor

@damemi damemi commented Mar 21, 2024

Fixes #805

This also adds an error check in the defer provider.Shutdown() because we weren't actually catching if there was an error exporting these without it

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.99%. Comparing base (2be0414) to head (1f92000).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #822      +/-   ##
==========================================
+ Coverage   60.00%   60.99%   +0.98%     
==========================================
  Files          56       56              
  Lines        5896     5896              
==========================================
+ Hits         3538     3596      +58     
+ Misses       2206     2143      -63     
- Partials      152      157       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@damemi damemi merged commit 80c6b9c into GoogleCloudPlatform:main Mar 25, 2024
32 checks passed
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.

Unit testing for sdk exponential histograms
2 participants