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 back ends, and API apps in the [Azure portal](https://portal.azure.com).
23
23
24
-
In the Azure portal, you can review *quotas* and *metrics* for an app, review the App Service plan, and automatically set up *alerts* and *scaling* that are based on the metrics.
24
+
In the Azure portal, you can review *quotas* and *metrics* for an app and App Service plan, and set up *alerts* and *auto-scaling* that are based metrics.
25
25
26
26
## Understand quotas
27
27
@@ -45,7 +45,7 @@ Quotas for Free or Shared apps are:
45
45
|**Filesystem**| The total amount of storage allowed. |
46
46
47
47
The only quota applicable to apps that are hosted in *Basic*, *Standard*, and
48
-
*Premium*plans is Filesystem.
48
+
*Premium* is Filesystem.
49
49
50
50
For more information about the specific quotas, limits, and features available to the various App Service SKUs, see [Azure Subscription service limits](../azure-subscription-service-limits.md#app-service-limits).
51
51
@@ -63,6 +63,10 @@ You can increase or remove quotas from your app by upgrading your App Service pl
63
63
64
64
## Understand metrics
65
65
66
+
> [!NOTE]
67
+
> **File System Usage** is a new metric being rolled out globally, no data is expected unless you have been whitelisted for private preview.
68
+
>
69
+
66
70
Metrics provide information about the app or the App Service plan's behavior.
67
71
68
72
For an app, the available metrics are:
@@ -76,6 +80,7 @@ For an app, the available metrics are:
76
80
|**Current Assemblies**| The current number of Assemblies loaded across all AppDomains in this application. |
77
81
|**Data In**| The amount of incoming bandwidth consumed by the app, in MiB. |
78
82
|**Data Out**| The amount of outgoing bandwidth consumed by the app, in MiB. |
83
+
|**File System Usage**| Percentage of filesystem quota consumed by the app . |
79
84
|**Gen 0 Garbage Collections**| The number of times the generation 0 objects are garbage collected since the start of the app process. Higher generation GCs include all lower generation GCs.|
80
85
|**Gen 1 Garbage Collections**| The number of times the generation 1 objects are garbage collected since the start of the app process. Higher generation GCs include all lower generation GCs.|
81
86
|**Gen 2 Garbage Collections**| The number of times the generation 2 objects are garbage collected since the start of the app process.|
@@ -89,7 +94,7 @@ For an app, the available metrics are:
89
94
|**Http 4xx**| The count of requests resulting in an HTTP status code ≥ 400 but < 500. |
90
95
|**Http Server Errors**| The count of requests resulting in an HTTP status code ≥ 500 but < 600. |
91
96
|**IO Other Bytes Per Second**| The rate at which the app process is issuing bytes to I/O operations that do not involve data, such as control operations.|
92
-
|**IO Other Operations Per Second**| The rate at which the app process is issuing I/O operations that are neither read nor write operations.|
97
+
|**IO Other Operations Per Second**| The rate at which the app process is issuing I/O operations that are not read or write operations.|
93
98
|**IO Read Bytes Per Second**| The rate at which the app process is reading bytes from I/O operations.|
94
99
|**IO Read Operations Per Second**| The rate at which the app process is issuing read I/O operations.|
95
100
|**IO Write Bytes Per Second**| The rate at which the app process is writing bytes to I/O operations.|
0 commit comments