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

[chore] Refactor mdatagen unmarshaling to use less custom Unmarshalers #9760

Merged
merged 1 commit into from Mar 14, 2024

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Mar 14, 2024

Now that we support embedded structs unmarshaling, we can simplify the code handling metric data unmarshaling somewhat.

…alls now that embedded structs are supported
Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.97%. Comparing base (cc485e0) to head (7772e66).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9760      +/-   ##
==========================================
+ Coverage   90.96%   90.97%   +0.01%     
==========================================
  Files         353      353              
  Lines       18626    18614      -12     
==========================================
- Hits        16943    16934       -9     
+ Misses       1356     1354       -2     
+ Partials      327      326       -1     

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

@dmitryax dmitryax merged commit 7198451 into open-telemetry:main Mar 14, 2024
46 checks passed
@github-actions github-actions bot added this to the next release milestone Mar 14, 2024
dmitryax pushed a commit that referenced this pull request Mar 15, 2024
…arshalers" (#9773)

Reverts #9760

Trying to make contrib happy. We will be back with a unit test covering
contrib's usage of mdatagen.
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.

None yet

2 participants