ApplicationInsights-Java icon indicating copy to clipboard operation
ApplicationInsights-Java copied to clipboard

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

Open abhikt48 opened this issue 1 year ago • 1 comments

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:

  • SDK Version: applicationinsights-agent-3.5.2
  • OS type and version: Windows 11
  • Application Server type and version (if applicable): Java 8
  • Using spring-boot? No
  • Additional relevant libraries (with version, if applicable):

abhikt48 avatar May 08 '24 17:05 abhikt48

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

trask avatar May 08 '24 19:05 trask

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

abhikt48 avatar May 14 '24 14:05 abhikt48