Forum Discussion
Salam_ELIAS
Feb 11, 2023Brass Contributor
GitHub or Azure DevOps integration - Application Insights feature
At the url https://learn.microsoft.com/en-us/training/modules/monitor-app-performance/3-application-insights-overview it is indicated that one of the Insights feature is "Distributed Tracing". So ...
Robina
Feb 11, 2023MCT
Yes, "Distributed Tracing" feature in the Insights tool can help you view and investigate end-to-end transactions in a session across multiple microservices in a Kubernetes environment.
Follow article : https://learn.microsoft.com/en-us/azure/azure-monitor/app/distributed-tracing
- Salam_ELIASFeb 11, 2023Brass ContributorThanks, on the link you provided, all examples and indications are about net or java....aps no indication how to architect or use thius feature with microservis in containers ans AKS
- RobinaFeb 11, 2023MCT
Here you go https://learn.microsoft.com/en-us/azure/architecture/microservices/logging-monitoring#distributed-tracing
- Salam_ELIASFeb 12, 2023Brass ContributorThanks, I went through the artilce, again it is all about concepts and how to implement monitoring, is there any step by step tutorial from creatring the containers with the right config, upload to AKS, then analyse performance or investigate transactions?