From 47049113ab31854bb5cb5b563da20da691f3eeff Mon Sep 17 00:00:00 2001 From: RamonTC Date: Fri, 1 Dec 2017 16:28:14 +0100 Subject: [PATCH] Updated 14. Using Application Insights in eShopOnContainers (markdown) --- 14.-Using-Application-Insights-in-eShopOnContainers.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/14.-Using-Application-Insights-in-eShopOnContainers.md b/14.-Using-Application-Insights-in-eShopOnContainers.md index 118f62e..3818d6c 100644 --- a/14.-Using-Application-Insights-in-eShopOnContainers.md +++ b/14.-Using-Application-Insights-in-eShopOnContainers.md @@ -83,4 +83,9 @@ INSTRUMENTATION_KEY= GracePeriodManager_GracePeriodTime: "1" GracePeriodManager_CheckUpdateTime: "15000" Instrumentation_Key: "" -``` \ No newline at end of file +``` + +### Application Insights filters +- Go to App Insights Search option in the Azure portal and check all the telemetry and traces that your app is generating. +- In a cluster environments with multiple containers with their own set of instances, notice that we can actually filter and trace logs by these service and instances: + \ No newline at end of file