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
| App Service Environment | [Microsoft.Web/hostingEnvironments](/azure/azure-monitor/reference/supported-metrics/microsoft-web-hostingenvironments-metrics)
32
32
| App Service Environment Front-end | [Microsoft.Web/hostingEnvironments/multiRolePools](/azure/azure-monitor/reference/supported-metrics/microsoft-web-hostingenvironments-multirolepools-metrics)
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. 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 namespace dating back to when they were a single service. Refer to the following list or the **Metric** column in the overall linked table to see which metrics apply to which services. The **Metrics** interface in the Azure portal for each service shows only the metrics that apply to that service.
37
37
38
-
The following metrics apply to For an app, the available metrics are:
38
+
For web apps, the available metrics in Microsoft.Web/sites are:
39
39
40
40
- Response Time
41
41
- Average Response Time (deprecated)
@@ -73,14 +73,28 @@ The following metrics apply to For an app, the available metrics are:
73
73
- Total App Domains
74
74
- Total App Domains Unloaded
75
75
76
-
For an App Service plan, the available metrics are:
76
+
For an App Service plan, the metrics in Microsoft.Web/serverfarms are:
77
77
78
-
- CPU Percentage
79
-
- Memory Percentage
80
78
- Data In
81
79
- Data Out
80
+
- CPU Percentage
82
81
- Disk Queue Length
83
82
- Http Queue Length
83
+
- Memory Percentage
84
+
- Socket Count for Inbound Requests
85
+
- Socket Count for Loopback Connections
86
+
- Socket Count of Outbound Requests
87
+
- Established Socket Count for Outbound Requests
88
+
- Time Wait Socket Count for Outbound Requests
89
+
- TCP Close Wait
90
+
- TCP Closing
91
+
- TCP Established
92
+
- TCP Fin Wait 1
93
+
- TCP Fin Wait 2
94
+
- TCP Last Ack
95
+
- TCP Syn Received
96
+
- TCP Syn Sent
97
+
- TCP Time Wait
84
98
85
99
> [!NOTE]
86
100
> App Service plan metrics are available only for plans in *Basic*, *Standard*, and *Premium* tiers.
@@ -93,7 +107,32 @@ Two metrics reflect CPU usage:
93
107
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