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

addLogRecordExporter api #708

Merged
merged 6 commits into from
Apr 22, 2024
Merged

Conversation

nelsitoPuglisi
Copy link
Contributor

Goal

Adds a public api that allows a client app to add a LogRecordExporter at runtime, through a OpenTelemetryConfiguration class.

Testing

Added instrumentation tests to LogsTest class.

Release Notes

New addLogRecordExporter public api, to add many LogRecordExporter to the OTel SDK.

WHAT:We have created an api to add LogRecordExporter to the OTel SDK
WHY:To allow customers to export their data to any OTel Collector.
WHO:Any customer with an OTel collector.

@nelsitoPuglisi nelsitoPuglisi force-pushed the nelson/otel-exporter-log-record branch from 69e092a to 0df22ad Compare April 12, 2024 16:31
Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @nelsitoPuglisi and the rest of your teammates on Graphite Graphite

@nelsitoPuglisi nelsitoPuglisi force-pushed the nelson/otel-exporter-log-record branch from 0df22ad to bd70be7 Compare April 20, 2024 20:43
@nelsitoPuglisi nelsitoPuglisi force-pushed the nelson/otel-exporter-log-record branch from bd70be7 to b614e2f Compare April 22, 2024 12:42
@nelsitoPuglisi nelsitoPuglisi marked this pull request as ready for review April 22, 2024 14:02
Copy link

codecov bot commented Apr 22, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 81.52%. Comparing base (1dfb26a) to head (3b9a2de).
Report is 2 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #708      +/-   ##
==========================================
+ Coverage   81.45%   81.52%   +0.07%     
==========================================
  Files         432      432              
  Lines       11375    11374       -1     
  Branches     1692     1693       +1     
==========================================
+ Hits         9265     9273       +8     
+ Misses       1389     1384       -5     
+ Partials      721      717       -4     
Files Coverage Δ
...ava/io/embrace/android/embracesdk/EmbraceImpl.java 64.83% <100.00%> (+0.90%) ⬆️
...in/java/io/embrace/android/embracesdk/Embrace.java 82.82% <50.00%> (+0.21%) ⬆️

... and 10 files with indirect coverage changes

Copy link
Contributor

@leandro-godon leandro-godon left a comment

Choose a reason for hiding this comment

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

Lgtm

Copy link
Contributor

@fractalwrench fractalwrench left a comment

Choose a reason for hiding this comment

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

LGTM

@nelsitoPuglisi nelsitoPuglisi merged commit c8d2f62 into master Apr 22, 2024
6 checks passed
@nelsitoPuglisi nelsitoPuglisi deleted the nelson/otel-exporter-log-record branch April 22, 2024 17:34
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

3 participants