Skip to content

Conversation

@lalitb
Copy link
Member

@lalitb lalitb commented Nov 20, 2024

Changes

reqwest-blocking is failing, could be the issue with the exporter. will fix that separately.

Merge requirement checklist

  • CONTRIBUTING guidelines followed
  • Unit tests added/updated (if applicable)
  • Appropriate CHANGELOG.md files updated for non-trivial, user-facing changes
  • Changes in public API reviewed (if applicable)

@lalitb lalitb requested a review from a team as a code owner November 20, 2024 20:08
@lalitb lalitb added the integration tests Run integration tests label Nov 20, 2024
@lalitb
Copy link
Member Author

lalitb commented Nov 20, 2024

Moving to draft to fix build issues

@lalitb lalitb marked this pull request as draft November 20, 2024 20:27
@codecov
Copy link

codecov bot commented Nov 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.5%. Comparing base (5b6e9b9) to head (48bd999).
Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main   #2312   +/-   ##
=====================================
  Coverage   79.5%   79.5%           
=====================================
  Files        123     123           
  Lines      21488   21488           
=====================================
  Hits       17096   17096           
  Misses      4392    4392           

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

@lalitb
Copy link
Member Author

lalitb commented Nov 20, 2024

Moving to draft to fix build issues

ok fixed the build now.

@lalitb lalitb marked this pull request as ready for review November 20, 2024 21:25
@lalitb lalitb changed the title Add OTLP integration test for hyper and request client for logs and metrics Add OTLP integration test for hyper and request client for logs and traces Nov 21, 2024
Comment on lines +18 to +23
#[cfg(not(feature = "tonic-client"))]
#[cfg(any(
feature = "hyper-client",
feature = "reqwest-client",
feature = "reqwest-blocking-client"
))]
Copy link
Contributor

Choose a reason for hiding this comment

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

Would be nice to combine those two though. Maybe we can use cfg_if it's dev only so it's easier to introduce the dependencies

Copy link
Member

@cijothomas cijothomas left a comment

Choose a reason for hiding this comment

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

Love seeing the integration tests! Thanks!

@cijothomas cijothomas merged commit c225c82 into open-telemetry:main Dec 2, 2024
21 of 23 checks passed
pitoniak32 pushed a commit to pitoniak32/opentelemetry-rust that referenced this pull request Dec 4, 2024
bantonsson pushed a commit to bantonsson/opentelemetry-rust that referenced this pull request Oct 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

integration tests Run integration tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants