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

Remove separate exporter configuration which we always have in distro… #5331

Merged
merged 3 commits into from
Feb 11, 2022

Conversation

anuraaga
Copy link
Contributor

@anuraaga anuraaga commented Feb 10, 2022

… now.

Don't think I see a difference between using javaagentLibs vs the previous exporterLibs (I think that would have been true before too though so not sure)

Fixes #5254

@anuraaga anuraaga requested a review from a team February 10, 2022 05:07
@@ -69,7 +65,20 @@ dependencies {
baseJavaagentLibs(project(":instrumentation:internal:internal-reflection:javaagent"))
baseJavaagentLibs(project(":instrumentation:internal:internal-url-class-loader:javaagent"))

exporterLibs(project(":javaagent-exporters"))
Copy link
Member

Choose a reason for hiding this comment

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

can we delete this module now?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oops that was the whole point wasn't it. Also ended up defining in javaagent-tooling instead since we already had an exporter there

@anuraaga anuraaga marked this pull request as draft February 10, 2022 06:07
@anuraaga
Copy link
Contributor Author

Might need #5314

@anuraaga anuraaga marked this pull request as ready for review February 11, 2022 02:01
@anuraaga anuraaga merged commit 791083e into open-telemetry:main Feb 11, 2022
RashmiRam pushed a commit to RashmiRam/opentelemetry-auto-instr-java that referenced this pull request May 23, 2022
open-telemetry#5331)

* Remove separate exporter configuration which we always have in distro now.

* Actually remove
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.

Remove javaagent-exporters module?
2 participants