You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/monitor-app-service-reference.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,9 +33,9 @@ This table lists all the automatically collected platform metrics for App Servic
33
33
| App Service Environment Worker Pools | [Microsoft.Web/hostingEnvironments/workerPools](/azure/azure-monitor/reference/supported-metrics/microsoft-web-hostingenvironments-workerpools-metrics)
34
34
35
35
>[!NOTE]
36
-
>Azure App Service, Functions, and Logic Apps share the [Microsoft.Web/sites](/azure/azure-monitor/reference/supported-metrics/microsoft-web-sites-metrics) namespace dating back to when they were a single service. Refer to the following lists or check the metric descriptions in the overall table to see which metrics apply to which services. The Azure portal **Metrics** interface shows only the metrics that apply to that service.
36
+
>Azure App Service, Functions, and Logic Apps share the [Microsoft.Web/sites](/azure/azure-monitor/reference/supported-metrics/microsoft-web-sites-metrics) namespace dating back to when they were a single service. Check the metric descriptions in the overall table to see which metrics apply to which services. The Azure portal **Metrics** interface shows only the metrics that apply to that service.
37
37
38
-
For an app, the available metrics are:
38
+
The following metrics apply to For an app, the available metrics are:
39
39
40
40
- Response Time
41
41
- Average Response Time (deprecated)
@@ -75,22 +75,22 @@ For an app, the available metrics are:
75
75
76
76
For an App Service plan, the available metrics are:
77
77
78
-
> [!NOTE]
79
-
> App Service plan metrics are available only for plans in *Basic*, *Standard*, and *Premium* tiers.
80
-
81
78
- CPU Percentage
82
79
- Memory Percentage
83
80
- Data In
84
81
- Data Out
85
82
- Disk Queue Length
86
83
- Http Queue Length
87
84
88
-
There are two metrics that reflect CPU usage:
85
+
> [!NOTE]
86
+
> App Service plan metrics are available only for plans in *Basic*, *Standard*, and *Premium* tiers.
87
+
88
+
Two metrics reflect CPU usage:
89
89
90
90
- CPU Time
91
91
- CPU percentage
92
92
93
-
Useful for apps hosted in Basic, Standard, and Premium plans, because they can be scaled out. CPU percentage is a good indication of the overall usage across all instances.
93
+
These metrics are useful for apps hosted in Basic, Standard, and Premium plans, because they can be scaled out. CPU percentage is a good indication of the overall usage across all instances.
0 commit comments