Updated 14. Using Application Insights in eShopOnContainers (markdown)

RamonTC 2017-12-01 16:28:14 +01:00
parent c56dddf8e8
commit 47049113ab

@ -83,4 +83,9 @@ INSTRUMENTATION_KEY=
GracePeriodManager_GracePeriodTime: "1"
GracePeriodManager_CheckUpdateTime: "15000"
Instrumentation_Key: ""
```
```
### 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:
<img src="https://github.com/dotnet-architecture/eShopOnContainers/blob/dev/img/appinsights/appinsights-screenshot.PNG">