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

Logging OTLP sdk dependencies #5291

Merged
merged 2 commits into from
Mar 29, 2023

Conversation

jack-berg
Copy link
Member

Resolves #4250.

If someone fields strongly about having one SDK implementation and not the others, they can use gradle to include the unused transitive dependency.

As for the question of whether its appropriate to have a transitive dependency on an alpha artifact, we decided that implementation dependencies are acceptable because users have to "opt-in" to use the alpha surface area by adding their own dependency. We have several examples of this behavior, including :sdk:all.

@jack-berg jack-berg requested a review from a team March 10, 2023 20:12
@codecov
Copy link

codecov bot commented Mar 13, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (351108e) 90.97% compared to head (26f7d72) 90.97%.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #5291   +/-   ##
=========================================
  Coverage     90.97%   90.97%           
  Complexity     4907     4907           
=========================================
  Files           552      552           
  Lines         14489    14489           
  Branches       1372     1372           
=========================================
  Hits          13182    13182           
  Misses          907      907           
  Partials        400      400           

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 in Codecov by Sentry.
📢 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 Mar 27, 2023
@github-actions github-actions bot removed the Stale label Mar 27, 2023
@jack-berg jack-berg merged commit fcfbb32 into open-telemetry:main Mar 29, 2023
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.

opentelemetry-exporter-logging-otlp has compileOnly scoped dependencies
3 participants