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

Add gradle plugin for SDK extensions #6558

Merged
merged 1 commit into from
Sep 8, 2022

Conversation

mateuszrzeszutek
Copy link
Member

Resolves #6534

I didn't really have any good idea on how to name it, I called it otel.sdk-extension (since that was the name for this kind of modules in the SDK repo).

@mateuszrzeszutek mateuszrzeszutek requested a review from a team September 8, 2022 12:08
plugins {
id("io.opentelemetry.instrumentation.library-instrumentation")

id("otel.jacoco-conventions")
Copy link
Contributor

Choose a reason for hiding this comment

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

Since we don't publish the jacoco reports maybe we shouldn't use it at all?

Copy link
Member Author

Choose a reason for hiding this comment

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

Hm, I suppose that'd make sense.
I think there's a broader question of what we want to do with jacoco in general, cause it's currently being included in several gradle plugins (including the library instrumentation one), and we're not doing anything with that.

@trask trask added this to the v1.18.0 milestone Sep 8, 2022
@trask trask merged commit f63eae5 into open-telemetry:main Sep 8, 2022
@mateuszrzeszutek mateuszrzeszutek deleted the sdk-extension-gradle branch September 9, 2022 08:59
LironKS pushed a commit to helios/opentelemetry-java-instrumentation that referenced this pull request Oct 23, 2022
LironKS pushed a commit to helios/opentelemetry-java-instrumentation that referenced this pull request Oct 31, 2022
LironKS pushed a commit to helios/opentelemetry-java-instrumentation that referenced this pull request Dec 4, 2022
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.

Include ResourceProviders in the agent
3 participants