Skip to content

Commit f47790c

Browse files
committed
edit
1 parent 8c4c0e1 commit f47790c

File tree

1 file changed

+47
-8
lines changed

1 file changed

+47
-8
lines changed

articles/app-service/monitor-app-service-reference.md

Lines changed: 47 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ See [Monitor Azure App Service](monitor-app-service.md) for details on the data
1919

2020
### Supported metrics for Microsoft.Web
2121

22-
This table lists all the automatically collected platform metrics for App Service.
22+
The following tables list the automatically collected platform metrics for App Service.
2323

2424
|Metric Type | Resource Provider / Type Namespace<br/> and link to individual metrics |
2525
|-------|-----|
26+
| Web apps | [Microsoft.Web/sites](/azure/azure-monitor/reference/supported-metrics/microsoft-web-sites-metrics)
2627
| Container apps | [Microsoft.Web/containerapps](/azure/azure-monitor/reference/supported-metrics/microsoft-web-containerapps-metrics)
2728
| App Service Plans | [Microsoft.Web/serverfarms](/azure/azure-monitor/reference/supported-metrics/microsoft-web-serverfarms-metrics)
28-
| Web apps | [Microsoft.Web/sites](/azure/azure-monitor/reference/supported-metrics/microsoft-web-sites-metrics) |
2929
| Staging slots | [Microsoft.Web/sites/slots](/azure/azure-monitor/reference/supported-metrics/microsoft-web-sites-slots-metrics)
3030
| Static sites | [Microsoft.Web/staticsites](/azure/azure-monitor/reference/supported-metrics/microsoft-web-staticsites-metrics)
3131
| App Service Environment | [Microsoft.Web/hostingEnvironments](/azure/azure-monitor/reference/supported-metrics/microsoft-web-hostingenvironments-metrics)
3232
| App Service Environment Front-end | [Microsoft.Web/hostingEnvironments/multiRolePools](/azure/azure-monitor/reference/supported-metrics/microsoft-web-hostingenvironments-multirolepools-metrics)
3333
| App Service Environment Worker Pools | [Microsoft.Web/hostingEnvironments/workerPools](/azure/azure-monitor/reference/supported-metrics/microsoft-web-hostingenvironments-workerpools-metrics)
3434

3535
>[!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.
3737
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:
3939

4040
- Response Time
4141
- Average Response Time (deprecated)
@@ -73,14 +73,28 @@ The following metrics apply to For an app, the available metrics are:
7373
- Total App Domains
7474
- Total App Domains Unloaded
7575

76-
For an App Service plan, the available metrics are:
76+
For an App Service plan, the metrics in Microsoft.Web/serverfarms are:
7777

78-
- CPU Percentage
79-
- Memory Percentage
8078
- Data In
8179
- Data Out
80+
- CPU Percentage
8281
- Disk Queue Length
8382
- 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
8498

8599
> [!NOTE]
86100
> App Service plan metrics are available only for plans in *Basic*, *Standard*, and *Premium* tiers.
@@ -93,7 +107,32 @@ Two metrics reflect CPU usage:
93107
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.
94108

95109
[!INCLUDE [horz-monitor-ref-metrics-dimensions-intro](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-dimensions-intro.md)]
96-
[!INCLUDE [horz-monitor-ref-no-metrics-dimensions](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-no-metrics-dimensions.md)]
110+
[!INCLUDE [horz-monitor-ref-metrics-dimensions](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-metrics-dimensions.md)]
111+
112+
Some metrics in the following namespaces have the listed dimensions:
113+
114+
**Microsoft.Web/sites**
115+
116+
- Instance
117+
- workflowName
118+
- status
119+
- accountName
120+
121+
**Microsoft.Web/containerapps**
122+
123+
- revisionName
124+
- deploymentName
125+
- podName
126+
- statusCodeCategory
127+
- statusCode
128+
129+
**Microsoft.Web/serverFarms**<br>
130+
**Microsoft.Web/sites/slots**<br>
131+
**Microsoft.Web/hostingEnvironments**<br>
132+
**Microsoft.Web/hostingenvironments/multirolepools**<br>
133+
**Microsoft.Web/hostingenvironments/workerpools**
134+
135+
- Instance
97136

98137
[!INCLUDE [horz-monitor-ref-resource-logs](~/articles/reusable-content/ce-skilling/azure/includes/azure-monitor/horizontals/horz-monitor-ref-resource-logs.md)]
99138

0 commit comments

Comments
 (0)