-
Notifications
You must be signed in to change notification settings - Fork 3k
Improve OpenTelemetry handling with Agroal integration with MySQL driver #51478
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
Conversation
gastaldi
commented
Dec 9, 2025
- Fixes MySQLJ initializes OpenTelemetry prematurely #51456
...jdbc-mysql/deployment/src/main/java/io/quarkus/jdbc/mysql/deployment/JDBCMySQLProcessor.java
Show resolved
Hide resolved
This comment has been minimized.
This comment has been minimized.
|
🙈 The PR is closed and the preview is expired. |
This comment has been minimized.
This comment has been minimized.
|
Waiting for this PR to be merged so we can unblock QE https://github.com/quarkus-qe/quarkus-test-suite/actions/runs/20051065426/job/57507063690 |
- Update MySQL JDBC driver integration to disable its native OpenTelemetry support in favor of Agroal's telemetry when both capabilities are present. See https://dev.mysql.com/doc/connector-j/en/connector-j-connp-props-debugging-profiling.html#cj-conn-prop_openTelemetry - Add documentation to clarify the behavior and provide instructions for enabling the MySQL Connector/J telemetry explicitly if required. - Improve clarity and functionality in `AggregatedDataSourceBuildTimeConfigBuildItem` with added Javadoc and minor visibility changes.
4b654a9 to
a1adfcd
Compare
Status for workflow
|