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
Copy file name to clipboardExpand all lines: articles/app-service/web-sites-monitor.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -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.|
0 commit comments