Skip to content
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

Merged
merged 5 commits into from
Dec 18, 2022

Conversation

jack-berg
Copy link
Member

Related to #4949.

Depends on #4993 since the existing otlp exporter configuration configures OtlpGrpc{Signal}ExporterBuilder#setMeterProvider.

@jack-berg jack-berg requested a review from a team as a code owner November 30, 2022 20:58
@codecov
Copy link

codecov bot commented Nov 30, 2022

Codecov Report

Base: 91.26% // Head: 91.17% // Decreases project coverage by -0.08% ⚠️

Coverage data is based on head (459dfe7) compared to base (10e32fe).
Patch coverage: 99.22% of modified lines in pull request are covered.

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     
Impacted Files Coverage Δ
...sdk/autoconfigure/TracerProviderConfiguration.java 100.00% <ø> (ø)
...lemetry/exporter/internal/otlp/OtlpConfigUtil.java 92.06% <87.50%> (ø)
...rter/otlp/internal/OtlpMetricExporterProvider.java 100.00% <100.00%> (ø)
...porter/otlp/internal/OtlpSpanExporterProvider.java 100.00% <100.00%> (ø)
...r/otlp/internal/OtlpLogRecordExporterProvider.java 100.00% <100.00%> (ø)
.../autoconfigure/LogRecordExporterConfiguration.java 100.00% <100.00%> (+1.49%) ⬆️
...sdk/autoconfigure/LoggerProviderConfiguration.java 95.00% <100.00%> (ø)
.../sdk/autoconfigure/MeterProviderConfiguration.java 77.27% <100.00%> (ø)
...sdk/autoconfigure/MetricExporterConfiguration.java 100.00% <100.00%> (ø)
...y/sdk/autoconfigure/SpanExporterConfiguration.java 100.00% <100.00%> (ø)
... and 5 more

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link
Contributor

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Dec 17, 2022
@jack-berg jack-berg removed the Stale label Dec 17, 2022
@jack-berg jack-berg merged commit 5b497b1 into open-telemetry:main Dec 18, 2022
@jack-berg jack-berg deleted the otlp-exporter-provider branch December 18, 2022 19:57
dmarkwat pushed a commit to dmarkwat/opentelemetry-java that referenced this pull request Dec 30, 2022
* Implement otlp exporter providers

* Remove redundant else

* Restore unsupported protocol test
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.

None yet

2 participants