You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed in the release 1.19, the annotation WithSpan the SpanAttribute was moved to another project, which is in alpha state. I have a few concerns:
Why was the reason of moving these annotationed moved to java-instrumentation? I looked at the issue 6245, but I did not find out why.
Are the annoations stable since they were moved to a unstable project [opentelemetry-java-instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
This move is a breaking change. Should this happen in a minor release.
The text was updated successfully, but these errors were encountered:
the main reason the annotations were moved to the instrumentation repo is so that they can evolve alongside the instrumentation code, as we found ourselves at a roadblock in #4260
opentelemetry-java-instrumentation is not inherently unstable, though the new annotation artifact in the instrumentation repository is currently marked unstable. we have an issue tracking making the new annotation artifact stable: open-telemetry/opentelemetry-java-instrumentation#6494, if you can comment over there it could help move that along
whether this move is a breaking change was discussed over a couple of SIG meetings, and the consensus is summarized in #4729
I just noticed in the release 1.19, the annotation
WithSpan
theSpanAttribute
was moved to another project, which is in alpha state. I have a few concerns:[opentelemetry-java-instrumentation](https://github.com/open-telemetry/opentelemetry-java-instrumentation)
The text was updated successfully, but these errors were encountered: