-
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
Implement otlp exporter providers #5003
Implement otlp exporter providers #5003
Conversation
Codecov ReportBase: 91.26% // Head: 91.17% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #5003 +/- ##
============================================
- Coverage 91.26% 91.17% -0.09%
Complexity 4872 4872
============================================
Files 550 553 +3
Lines 14410 14398 -12
Branches 1377 1375 -2
============================================
- Hits 13151 13128 -23
- Misses 870 882 +12
+ Partials 389 388 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
...lp/all/src/main/java/io/opentelemetry/exporter/otlp/internal/OtlpMetricExporterProvider.java
Outdated
Show resolved
Hide resolved
...otlp/all/src/main/java/io/opentelemetry/exporter/otlp/internal/OtlpSpanExporterProvider.java
Outdated
Show resolved
Hide resolved
…y-java into otlp-exporter-provider
...ure/src/test/java/io/opentelemetry/sdk/autoconfigure/LogRecordExporterConfigurationTest.java
Show resolved
Hide resolved
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
…y-java into otlp-exporter-provider
* Implement otlp exporter providers * Remove redundant else * Restore unsupported protocol test
Related to #4949.
Depends on #4993 since the existing otlp exporter configuration configures OtlpGrpc{Signal}ExporterBuilder#setMeterProvider.