Skip to content
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

Merged

Conversation

arik-dig
Copy link
Contributor

@arik-dig arik-dig commented Dec 25, 2022

Add the standard attributes code.function and code.namespace to Local Root Span using JAX-RS filter

this PR is proposed based on this extension discussion

replacing PR #29939

@quarkus-bot
Copy link

quarkus-bot bot commented Dec 25, 2022

/cc @brunobat(opentelemetry), @radcortez(opentelemetry)

@arik-dig arik-dig marked this pull request as ready for review December 25, 2022 15:53
@arik-dig arik-dig changed the title Feature/OTEL JAX-RS Span Code function Feature/OTEL JAX-RS (Resteasy) Span Code function Dec 25, 2022
@arik-dig
Copy link
Contributor Author

@radcortez , @brunobat can you please review it?

@arik-dig arik-dig force-pushed the feature/otel-jaxrs-span-code-function branch 2 times, most recently from 09ce351 to 86e1cf1 Compare January 2, 2023 09:22
Copy link
Contributor

@brunobat brunobat left a 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.

@arik-dig arik-dig force-pushed the feature/otel-jaxrs-span-code-function branch 2 times, most recently from 58a060f to 1a8b060 Compare January 2, 2023 12:19
@arik-dig
Copy link
Contributor Author

arik-dig commented Jan 2, 2023

Thanks @arik-dig for the PR. I think the PR is Ok but you need to squash the commits before I can approve it.

@brunobat You're welcome.
I've squashed it to one commit.

@arik-dig arik-dig requested a review from brunobat January 2, 2023 12:21
@arik-dig
Copy link
Contributor Author

arik-dig commented Jan 2, 2023

seems like some integration tests fail:
https://github.com/quarkusio/quarkus/actions/runs/3822479378/jobs/6503211127
any ideas?

@brunobat
Copy link
Contributor

brunobat commented Jan 2, 2023

arik-dig please build that project locally:

mvn clean install -pl  integration-tests/micrometer-prometheus/ -Dnative

and check the .../quarkus/integration-tests/micrometer-prometheus/target/ for details on the reports

Copy link
Contributor

@geoand geoand left a 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

@geoand
Copy link
Contributor

geoand commented Jan 3, 2023

@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.

@arik-dig arik-dig force-pushed the feature/otel-jaxrs-span-code-function branch from 1a8b060 to db9ecbe Compare January 3, 2023 08:47
@arik-dig arik-dig requested review from geoand and brunobat and removed request for geoand January 3, 2023 08:50
Copy link
Contributor

@geoand geoand left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jan 3, 2023
@brunobat
Copy link
Contributor

brunobat commented Jan 3, 2023

Thanks @geoand !

@arik-dig
Copy link
Contributor Author

arik-dig commented Jan 4, 2023

@brunobat , @geoand, CI finished successfully.

@geoand geoand merged commit 3c56241 into quarkusio:main Jan 4, 2023
@quarkus-bot quarkus-bot bot added this to the 2.16 - main milestone Jan 4, 2023
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jan 4, 2023
@arik-dig
Copy link
Contributor Author

arik-dig commented Jan 5, 2023

@geoand , in which version is it going to be at?

@radcortez
Copy link
Member

2.16. It's on the milestone associated with the PR.

@arik-dig arik-dig deleted the feature/otel-jaxrs-span-code-function branch January 5, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

4 participants