-
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
Fix NPE and otel quickstart test #38087
Conversation
/cc @radcortez (opentelemetry) |
@@ -373,6 +373,7 @@ | |||
<module>micrometer-mp-metrics</module> | |||
<module>micrometer-prometheus</module> | |||
<module>opentelemetry</module> | |||
<module>opentelemetry-quickstart</module> |
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.
Do we really need a new module for this? Is there no existing module we can use?
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.
Unfortunately no, because all the existing apps try to inject OTel stuff to help with the tests (like Baggage) and they will fail if OTel is disabled.
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.
Some of the test apps could probably be refactored with this objective but this is not the first time a bug is found on the quickstart, therefore I thought it would be worthwhile.
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.
Okay, let's go with it
This comment has been minimized.
This comment has been minimized.
✔️ The latest workflow run for the pull request has completed successfully. It should be safe to merge provided you have a look at the other checks in the summary. You can consult the Develocity build scans. |
Fixes #38084.
Added IT for the simplest quickstart project