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
built-in monitoring functionality for web apps, mobile, and API apps in the [Azure portal](https://portal.azure.com).
16
16
17
-
In the Azure portal, you can review *quotas* and *metrics* for an app and App Service plan, and set up *alerts* and *autoscaling*that are based metrics.
17
+
In the Azure portal, you can review *quotas* and *metrics* for an app and App Service plan, and set up *alerts* and *autoscaling*rules based metrics.
18
18
19
19
## Understand quotas
20
20
@@ -60,13 +60,17 @@ You can increase or remove quotas from your app by upgrading your App Service pl
60
60
> **File System Usage** is a new metric being rolled out globally, no data is expected unless you have been whitelisted for private preview.
61
61
>
62
62
63
+
> [!IMPORTANT]
64
+
> **Average Response Time** will be deprecated to avoid confusion with metric aggregations. Use **Response Time** as a replacement.
65
+
63
66
Metrics provide information about the app or the App Service plan's behavior.
64
67
65
68
For an app, the available metrics are:
66
69
67
70
| Metric | Description |
68
71
| --- | --- |
69
-
|**Average Response Time**| The average time taken for the app to serve requests, in seconds. |
72
+
|**Response Time**| The time taken for the app to serve requests, in seconds. |
73
+
|**Average Response Time (deprecated)**| The average time taken for the app to serve requests, in seconds. |
70
74
|**Average memory working set**| The average amount of memory used by the app, in megabytes (MiB). |
71
75
|**Connections**| The number of bound sockets existing in the sandbox (w3wp.exe and its child processes). A bound socket is created by calling bind()/connect() APIs and remains until said socket is closed with CloseHandle()/closesocket(). |
72
76
|**CPU Time**| The amount of CPU consumed by the app, in seconds. For more information about this metric, see [CPU time vs CPU percentage](#cpu-time-vs-cpu-percentage). |
0 commit comments