Skip to content

Commit 711f4d8

Browse files
authored
Update azure-monitor-app-insights-azure-web-apps-troubleshoot.md
1 parent 296ff80 commit 711f4d8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

includes/azure-monitor-app-insights-azure-web-apps-troubleshoot.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ ms.subservice: application-insights
99

1010
### What's the difference between standard metrics from Application Insights vs. Azure App Service metrics?
1111

12-
Application Insights collects telemetry for the requests that made it to the application. If the failure occurred in WebApps/WebServer, and the request didn't reach the user application, Application Insights won't have any telemetry about it.
13-
14-
The duration for `serverresponsetime` calculated by Application Insights won't necessarily match the server response time observed by Web Apps. This behavior is because Application Insights only counts the duration when the request actually reaches the user application. If the request is stuck or queued in WebServer, the waiting time will be included in the Web Apps metrics but not in Application Insights metrics.
15-
12+
Application Insights collects telemetry for the requests that made it to the application. If the failure occurs in WebApps/WebServer, and the request didn't reach the user application, Application Insights doesn't have any telemetry about it.
1613

14+
The duration for `serverresponsetime` calculated by Application Insights doesn't necessarily match the server response time observed by Web Apps. This behavior is because Application Insights only counts the duration when the request actually reaches the user application. If the request is stuck or queued in WebServer, the waiting time is included in the Web Apps metrics but not in Application Insights metrics.

0 commit comments

Comments
 (0)