Skip to content

Commit a58c7b1

Browse files
committed
Including info about the new File System Usage metric
1 parent 0bf42af commit a58c7b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.|

0 commit comments

Comments
 (0)