Skip to content

Add gradle plugin for SDK extensions#6558

Merged
trask merged 1 commit intoopen-telemetry:mainfrom
mateuszrzeszutek:sdk-extension-gradle
Sep 8, 2022
Merged

Add gradle plugin for SDK extensions#6558
trask merged 1 commit intoopen-telemetry:mainfrom
mateuszrzeszutek:sdk-extension-gradle

Conversation

@mateuszrzeszutek
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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