Skip to content

Commit a18b0d7

Browse files
authored
Merge pull request #97242 from btardif/master
Including info about the new File System Usage metric
2 parents 3e1c3e2 + 3cc7333 commit a18b0d7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

articles/app-service/web-sites-monitor.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.custom: seodec18
2121
[Azure App Service](https://go.microsoft.com/fwlink/?LinkId=529714) provides
2222
built-in monitoring functionality for web apps, mobile back ends, and API apps in the [Azure portal](https://portal.azure.com).
2323

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.
2525

2626
## Understand quotas
2727

@@ -45,7 +45,7 @@ Quotas for Free or Shared apps are:
4545
| **Filesystem** | The total amount of storage allowed. |
4646

4747
The only quota applicable to apps that are hosted in *Basic*, *Standard*, and
48-
*Premium* plans is Filesystem.
48+
*Premium* is Filesystem.
4949

5050
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).
5151

@@ -63,6 +63,10 @@ You can increase or remove quotas from your app by upgrading your App Service pl
6363

6464
## Understand metrics
6565

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+
6670
Metrics provide information about the app or the App Service plan's behavior.
6771

6872
For an app, the available metrics are:
@@ -76,6 +80,7 @@ For an app, the available metrics are:
7680
| **Current Assemblies** | The current number of Assemblies loaded across all AppDomains in this application. |
7781
| **Data In** | The amount of incoming bandwidth consumed by the app, in MiB. |
7882
| **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 . |
7984
| **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.|
8085
| **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.|
8186
| **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:
8994
| **Http 4xx** | The count of requests resulting in an HTTP status code ≥ 400 but < 500. |
9095
| **Http Server Errors** | The count of requests resulting in an HTTP status code ≥ 500 but < 600. |
9196
| **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.|
9398
| **IO Read Bytes Per Second** | The rate at which the app process is reading bytes from I/O operations.|
9499
| **IO Read Operations Per Second** | The rate at which the app process is issuing read I/O operations.|
95100
| **IO Write Bytes Per Second** | The rate at which the app process is writing bytes to I/O operations.|

0 commit comments

Comments
 (0)