microsoft / ApplicationInsights-Java

Application Insights for Java
http://aka.ms/application-insights
Other
292 stars 197 forks source link

Azure ServiceBus dependency tree not available with applicationinsights-agent-3.5.2 #3688

Closed abhikt48 closed 1 month ago

abhikt48 commented 1 month ago

Expected behavior

Dependency entry should be available in Application Insight.

Actual behavior

Sbus Dependency type is not available in Application Insight.

To Reproduce

Refer java-ai-sbus-test repo to replicate this issue

System information

Please provide the following information:

trask commented 1 month ago

hi @abhikt48!

you are using a very old version of servicebus that is not supported

please use this artifact: com.azure:azure-messaging-servicebus

check out https://learn.microsoft.com/en-us/azure/service-bus-messaging/service-bus-java-how-to-use-queues#configure-your-application-to-use-service-bus

abhikt48 commented 1 month ago

@trask Thank you. It is working as expected with latest SDK.