-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Unable to View Queries in Call Tree for a Spring Boot Application #10191
Comments
https://github.com/pinpoint-apm/pinpoint/tree/master/plugins/mariadb-jdbc Could you check the driver support of Maria db? |
Thank you for your guidance in resolving the issue. After adjusting the MariaDB JDBC version, I can now see the actual query in the Call Tree. Just to provide some additional information, I have tested multiple versions of the org.mariadb.jdbc:mariadb-java-client as follows:
It appears that from version 3.0.3 onwards, the SQL queries are not shown in the Call Tree. |
Pinpoint 호환 이슈로 버전 변경 참고: pinpoint-apm/pinpoint#10191
Also 2.7.10 version is not supported. |
Thank you. |
Summary
JPA 사용과 관련 있는 것 같은데 어떻게 해결해야 할지 모르겠습니다.
It seems to be related to using JPA, but I don't know how to solve it.
Versions
Env.
Current Outcome
Expected Outcome
Config file (Agent)
pinpoint-agent-2.5.2/profiles/release/pinpoint.config
Similar Issue
#9703
The text was updated successfully, but these errors were encountered: