opentelemetry-java-contrib icon indicating copy to clipboard operation
opentelemetry-java-contrib copied to clipboard

Gradle plugin for generating weaver files

Open jaydeluca opened this issue 4 months ago • 1 comments

I took a stab at creating a gradle plugin to replace the makefiles for the weaver generation tasks, inspired by the semantic-conventions-java approach

I imagine this will need to evolve as we figure out the needs of running it for multiple modules (like #2362), aside from just the ibm-mq-metrics, which this was mostly focused on solving for.

I'm still not sure if this is the best approach, there are some others that are still being discussed in https://github.com/open-telemetry/weaver/issues/792 but wanted to see what this might look like

cc @atoulme

jaydeluca avatar Nov 03 '25 01:11 jaydeluca

🔧 The result from spotlessApply was committed to the PR branch.