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

Fix instantiation of the exporters for Quarkus v3.2+ #104

Merged
merged 2 commits into from
Feb 15, 2024

Conversation

brunobat
Copy link
Collaborator

@brunobat brunobat commented Oct 16, 2023

Fixes: #83

This can only be merged after this PR is released: quarkusio/quarkus#36495
This depends of future Quarkus 3.5.0.
Instantiation now uses Synthetic beans.
ExternalOtelExporterBuildItem must be registered and bean producers are not needed anymore.
There will be additional fixes for native mode, on this PR.

@brunobat brunobat force-pushed the fix-for-quarkus-3-2 branch from 0e8b67b to 7374302 Compare October 16, 2023 11:42
@brunobat brunobat force-pushed the fix-for-quarkus-3-2 branch from 585eb2f to b6fab76 Compare October 17, 2023 10:58
@brunobat brunobat marked this pull request as ready for review October 24, 2023 09:59
@brunobat brunobat requested review from alesj and radcortez October 24, 2023 09:59
@brunobat brunobat force-pushed the fix-for-quarkus-3-2 branch 2 times, most recently from 94096a7 to 07a660e Compare October 24, 2023 10:21
@brunobat
Copy link
Collaborator Author

The GCP exporter seems to have this native mode problem: quarkusio/quarkus#30293 (comment)

@brunobat brunobat force-pushed the fix-for-quarkus-3-2 branch from 6d553e9 to 7f130a9 Compare October 24, 2023 15:35
@brunobat brunobat force-pushed the fix-for-quarkus-3-2 branch 3 times, most recently from dfa50b9 to 57c7e9b Compare November 6, 2023 11:11
@brunobat
Copy link
Collaborator Author

brunobat commented Nov 16, 2023

I won't be able to fix this for a few weeks...
@radcortez, this PR is somehow stuck on the native build of the GCP extension because it bundles the Netty shaded library... We need to do here much of the substitutions we do for Netty in Quarkus, but now for its shaded flavor.
If you have some spare cycles, it would be nice.

@brunobat brunobat force-pushed the fix-for-quarkus-3-2 branch from 041baff to 0c92e49 Compare January 11, 2024 14:33
@brunobat brunobat merged commit 6a8ba8c into quarkiverse:main Feb 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error deploying Cloud Run with gcp exporter
3 participants