Test project for applicationinsights-agent
- Update connection string @ https://github.com/abhikt48/test-applicationinsights-agent/blob/main/agent/applicationinsights.json
- Dowload and copy
applicationinsights-agent-3.4.10.jar
@ https://github.com/abhikt48/test-applicationinsights-agent/tree/main/agent - Update ServiBus, Blob, Queue and MongoDB configuration @ https://github.com/abhikt48/test-applicationinsights-agent/blob/main/src/main/java/com/abhi/test/ai/agent/sbus/storage/TestAiAgentWithMultiTransports.java
- Run
TestAiAgentWithMultiTransports.java
with only one VM argument-javaagent:"agent/applicationinsights-agent-3.4.10.jar"
- Which should start successfully
- Publish one message to ServiceBus Queue which should be consumed by java Sbus message listener app and publish to Blob, Queue and get document length from MongoDB
- Open App Insight to view dependency tree