-
Notifications
You must be signed in to change notification settings - Fork 201
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
MySql dependency tree not available with applicationinsights-agent-3.5.1 #3667
Comments
Can anyone please take a look on this issue ? |
hi @abhikt48, I don't have any good ideas about this, can you enable self-diagnostic logging at |
@trask I have uploaded logs here applicationinsights.log , could you please check on this. |
hi @abhikt48, since the MySql (jdbc) calls are hidden inside of Mule, it's hard to know if Mule is maybe using some jdbc api that's not instrumented, e.g. open-telemetry/opentelemetry-java-instrumentation#4476 |
Closing this issue, as we are focusing on MsSql. So we will track this issue here - #3736 |
Expected behavior
Actual behavior
We need to use Mule 4 application to log all logs in Application Insight. As part of testing, we discoverd that MySql dependency is not available in AI, however mongo DB dependency is available. Please refer below image where there is no MySql dependency, dependency is not available without transaction ID as well.
Just for replication, I did testing with plain java code and found that both (MySQL and Mongo) dependencies are available in AI. But there is no End To End transaction. Which is quite strange.
To Reproduce
I am not sure, how much comfortable you all with Mule 4. However you can run dependency tree or check if anything is missing in POM.
System information
Please provide the following information:
Please check above information and let me know for any concern.
The text was updated successfully, but these errors were encountered: