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

0.28 migration guide and OTLP Example fixes #2622

Merged
merged 6 commits into from
Feb 7, 2025

Conversation

cijothomas
Copy link
Member

Fixes #2611
Also fixed OTLP Examples a bit to panic when exporter creation fails. The exporter failures need to return proper Result, and until then its best to panic in the example application.

@cijothomas cijothomas requested a review from a team as a code owner February 6, 2025 02:33
Copy link

codecov bot commented Feb 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.1%. Comparing base (61e539f) to head (6649531).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #2622   +/-   ##
=====================================
  Coverage   79.1%   79.1%           
=====================================
  Files        119     119           
  Lines      22554   22554           
=====================================
  Hits       17846   17846           
  Misses      4708    4708           

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

Copy link
Member

@lalitb lalitb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Nicely written :)

@cijothomas cijothomas merged commit 1fc86da into open-telemetry:main Feb 7, 2025
21 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.

Migration guide for 0.28
3 participants