-
Notifications
You must be signed in to change notification settings - Fork 444
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 OTLP integration test for hyper and request client for logs and traces #2312
base: main
Are you sure you want to change the base?
Conversation
Moving to draft to fix build issues |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2312 +/- ##
=====================================
Coverage 79.5% 79.5%
=====================================
Files 123 123
Lines 21492 21492
=====================================
+ Hits 17094 17096 +2
+ Misses 4398 4396 -2 ☔ View full report in Codecov by Sentry. |
ok fixed the build now. |
#[cfg(not(feature = "tonic-client"))] | ||
#[cfg(any( | ||
feature = "hyper-client", | ||
feature = "reqwest-client", | ||
feature = "reqwest-blocking-client" | ||
))] |
There was a problem hiding this comment.
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
Changes
reqwest-blocking is failing, could be the issue with the exporter. will fix that separately.
Merge requirement checklist
CHANGELOG.md
files updated for non-trivial, user-facing changes