-
Notifications
You must be signed in to change notification settings - Fork 3k
WebSockets Next: support OpenTelemetry's SpanAttribute annotation placed on endpoint callback arguments #50714
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
WebSockets Next: support OpenTelemetry's SpanAttribute annotation placed on endpoint callback arguments #50714
Conversation
|
/cc @brunobat (opentelemetry), @radcortez (opentelemetry) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
🎊 PR Preview 25cd033 has been successfully built and deployed to https://quarkus-pr-main-50714-preview.surge.sh/version/main/guides/
|
|
Strange thing, I have run all the WS Next tests and they were green (multiple times). When I saw failures in this PR CI, I rebased on the current main and all the tests I added started failing. Something has changed in the main branch, I'll investigate and fix it. |
|
Ah, new OTel semantic #50501. |
e85c392 to
c758787
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Yeah... sorry for the inconvenience... |
No problem :-) I was just surprised. |
brunobat
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
...-next/deployment/src/main/java/io/quarkus/websockets/next/deployment/WebSocketConstants.java
Outdated
Show resolved
Hide resolved
.../deployment/src/main/java/io/quarkus/websockets/next/deployment/MessageCallbackArgument.java
Outdated
Show resolved
Hide resolved
c758787 to
37e194e
Compare
Status for workflow
|
Status for workflow
|

@SpanAttributeannotation with Websockets.NEXT@OnTextMessage#43412