Skip to content

Enable WITH_OTLP_RETRY_PREVIEW by default#3953

Open
marcalff wants to merge 2 commits intoopen-telemetry:mainfrom
marcalff:enable_retry_preview
Open

Enable WITH_OTLP_RETRY_PREVIEW by default#3953
marcalff wants to merge 2 commits intoopen-telemetry:mainfrom
marcalff:enable_retry_preview

Conversation

@marcalff
Copy link
Copy Markdown
Member

@marcalff marcalff commented Mar 26, 2026

Fixes #3481

Changes

Please provide a brief description of the changes here.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.10%. Comparing base (2eba094) to head (b6d2a9d).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3953      +/-   ##
==========================================
- Coverage   90.12%   90.10%   -0.01%     
==========================================
  Files         227      227              
  Lines        7261     7261              
==========================================
- Hits         6543     6542       -1     
- Misses        718      719       +1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@marcalff marcalff marked this pull request as ready for review March 27, 2026 00:50
@marcalff marcalff requested a review from a team as a code owner March 27, 2026 00:50
@@ -84,6 +84,8 @@ target_compile_definitions(
if(WITH_OTLP_RETRY_PREVIEW)
target_compile_definitions(opentelemetry_api
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Do we also need to set the ENABLE_OTLP_RETRY_PREVIEW compile definition for bazel builds now?

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.

Enable WITH_OTLP_RETRY_PREVIEW by default

2 participants