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 feature gate to convert int metrics to double #844

Merged
merged 2 commits into from May 6, 2024

Conversation

dashpole
Copy link
Contributor

@dashpole dashpole commented Apr 30, 2024

Fixes #798

Fixes #843

A user that turns this on will need to manually delete metric descriptors that are failing to write with mismatched INT vs DOUBLE errors.

Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.68%. Comparing base (4caace7) to head (6a13663).
Report is 12 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #844      +/-   ##
==========================================
+ Coverage   61.03%   62.68%   +1.64%     
==========================================
  Files          56       57       +1     
  Lines        5903     4917     -986     
==========================================
- Hits         3603     3082     -521     
+ Misses       2143     1676     -467     
- Partials      157      159       +2     

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

@dashpole dashpole marked this pull request as ready for review May 3, 2024 18:46
@dashpole dashpole requested a review from a team as a code owner May 3, 2024 18:46
@dashpole dashpole requested a review from damemi May 3, 2024 18:47
@dashpole dashpole merged commit bc259cd into GoogleCloudPlatform:main May 6, 2024
27 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.

GMP: target_info and otel_scope_info metrics are INT-typed GMP exporter should convert Int values to Double
2 participants