-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Consistent Span name and http.route.name #24017
Conversation
@radcortez it looks like a bugfix? |
...ry/deployment/src/main/java/io/quarkus/opentelemetry/deployment/tracing/TracerProcessor.java
Show resolved
Hide resolved
Sort of. Historically, our initial implementation omitted the leading slash from the Span name, which I kept until the OTel API fixed an issue in how to set the For reference: open-telemetry/opentelemetry-java-instrumentation#4716 |
Sor of breaking change introduced in quarkusio/quarkus#24017
Ecosystem CI failed on https://github.com/quarkus-qe/beefy-scenarios repo because of this. I see this change as breaking change as people can be relying on the behavior when Quarkus omitted the leading slash from the Span name. @radcortez please add entry into https://github.com/quarkusio/quarkus/wiki/Migration-Guide-2.8 |
Sure. Thanks! |
Expected operation name is prefixed with forward slash is now as span name creation strategy has [recently changed](quarkusio/quarkus#24017)
Expected operation name is prefixed with forward slash is now as span name creation strategy has [recently changed](quarkusio/quarkus#24017)
Expected operation name is prefixed with forward slash is now as span name creation strategy has [recently changed](quarkusio/quarkus#24017)
Expected operation name is prefixed with forward slash is now as span name creation strategy has [recently changed](quarkusio/quarkus#24017)
Expected operation name is prefixed with forward slash is now as span name creation strategy has [recently changed](quarkusio/quarkus#24017)
Expected operation name is prefixed with forward slash is now as span name creation strategy has [recently changed](quarkusio/quarkus#24017) (cherry picked from commit 4564b78)
No description provided.