We are in process to keep all monitoring and logging stuff outside of AKS. we got some success with Azure log analytics as well. I am checking if Azure log analytics provide any feature similar to zipkin. i.e. providing trace of REST API.
Asked
Active
Viewed 432 times
0
-
I dont think it does, but Application Insights [does that](https://learn.microsoft.com/en-us/azure/azure-monitor/app/distributed-tracing) – 4c74356b41 Apr 04 '19 at 09:33
1 Answers
2
Application Insights users would also be able to leverage the distributed tracing offered through Zipkin by instrumenting their services using existing libraries. To use the Application Insights back-end store, configure your Zipkin server instance to use the Application Insights plug-in. This integration makes monitoring and debugging your overall end-to-end applications much easier.
Once you have the data in Application Insights, you can always perform cross-resource log queries between Application Insights and Log Analytics.
Additional Documentation Reference -
Zipkin to Application Insights Module
Send Log Data to Azure Monitor with HTTP Data Collector API (public preview)
Hope the above information helps.

bharathn-msft
- 877
- 5
- 10