-
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
Feature/OTEL JAX-RS (Resteasy) Span Code function #30073
Feature/OTEL JAX-RS (Resteasy) Span Code function #30073
Conversation
/cc @brunobat(opentelemetry), @radcortez(opentelemetry) |
@radcortez , @brunobat can you please review it? |
09ce351
to
86e1cf1
Compare
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.
Thanks @arik-dig for the PR.
I think the PR is Ok but you need to squash the commits before I can approve it.
58a060f
to
1a8b060
Compare
seems like some integration tests fail: |
arik-dig please build that project locally:
and check the .../quarkus/integration-tests/micrometer-prometheus/target/ for details on the reports |
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.
I added a comment about the implementation.
When this addressed, the tests will also pass because reflection will no longer be used
...quarkus/opentelemetry/runtime/tracing/intrumentation/resteasy/OpenTelemetryServerFilter.java
Outdated
Show resolved
Hide resolved
@brunobat feel free to ping me about any tracing + RESTEasy Reactive issues / implementation ideas as I only stumbled upon this as part of my general triaging. |
…pace and code.function
1a8b060
to
db9ecbe
Compare
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.
Thanks!
Thanks @geoand ! |
@geoand , in which version is it going to be at? |
2.16. It's on the milestone associated with the PR. |
Add the standard attributes
code.function
andcode.namespace
to Local Root Span using JAX-RS filterthis PR is proposed based on this extension discussion
replacing PR #29939