We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
Wanted to use the cool new extended-tracer module, sadly the extended-tracer module can not be found on maven yet, but it should be in version 1.32.0
Checking https://mvnrepository.com/artifact/io.opentelemetry.contrib does not contain this yet.
Being able to use/get the extended-tracer module.
No artifact found on mvn.
1.32.0
https://github.com/open-telemetry/opentelemetry-java-contrib/actions/runs/7009470037/job/19068162642#logs Most modules seem to have a task that looks like this:
Task :$module:generateMetadataFileForMavenPublication Task :$module:generatePomFileForMavenPublication
extended-tracer does not do this. My best guess would be that the plugin id("otel.publish-conventions") is missing in the build.gradle.kts file
The text was updated successfully, but these errors were encountered:
hi @BjoernJeschke! this was intentional, check out #759 (comment)
we are in the process of moving this to the core incubator module: open-telemetry/opentelemetry-java#6017
cc @zeitlinger @jack-berg
Sorry, something went wrong.
Closing since this was moved to opentelemetry-java and will be published in today's 1.33.0 release.
opentelemetry-java
No branches or pull requests
Component(s)
No response
What happened?
Description
Wanted to use the cool new extended-tracer module, sadly the extended-tracer module can not be found on maven yet, but it should be in version 1.32.0
Steps to Reproduce
Checking https://mvnrepository.com/artifact/io.opentelemetry.contrib does not contain this yet.
Expected Result
Being able to use/get the extended-tracer module.
Actual Result
No artifact found on mvn.
Component version
1.32.0
Log output
No response
Additional context
https://github.com/open-telemetry/opentelemetry-java-contrib/actions/runs/7009470037/job/19068162642#logs
Most modules seem to have a task that looks like this:
extended-tracer does not do this.
My best guess would be that the plugin id("otel.publish-conventions") is missing in the build.gradle.kts file
The text was updated successfully, but these errors were encountered: