-
Notifications
You must be signed in to change notification settings - Fork 834
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 experimental JdkHttpSender #5557
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #5557 +/- ##
============================================
- Coverage 91.32% 91.29% -0.03%
- Complexity 4953 4996 +43
============================================
Files 551 555 +4
Lines 14588 14752 +164
Branches 1357 1376 +19
============================================
+ Hits 13322 13468 +146
- Misses 876 888 +12
- Partials 390 396 +6
☔ View full report in Codecov by Sentry. |
...der/jdk/src/main/java/io/opentelemetry/exporter/http/jdk/internal/JdkHttpSenderProvider.java
Outdated
Show resolved
Hide resolved
...http-sender/jdk/src/main/java/io/opentelemetry/exporter/http/jdk/internal/BodyPublisher.java
Outdated
Show resolved
Hide resolved
...http-sender/jdk/src/main/java/io/opentelemetry/exporter/http/jdk/internal/JdkHttpSender.java
Outdated
Show resolved
Hide resolved
exporters/common/src/main/java/io/opentelemetry/exporter/internal/http/HttpExporterBuilder.java
Outdated
Show resolved
Hide resolved
1a7f3f8
to
fe93382
Compare
…y-java into jdk-http-sender
exporters/common/src/main/java/io/opentelemetry/exporter/internal/http/HttpExporterBuilder.java
Show resolved
Hide resolved
2229e95
to
06ff288
Compare
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.
Thanks!
Thank you! |
Resolves #5351.