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
| Http Incoming Request Count | Count | Total number of incoming Http Request |
23
23
| Http Incoming Request Duration | Milliseconds | Server side duration of an Http Request |
24
24
| Throttled Http Request Count | Count | Throttled requests are Http requests that receive a response with a status code of 429 |
25
-
| Daily Storage Usage | Count |Total number of bytes stored|
25
+
| Daily Storage Usage | Count |Represents the amount of storage in use as a percentage of the maximum allowance. This metric is updated at least once daily.|
26
26
27
27
For more information, see a list of [all platform metrics supported in Azure Monitor](../azure-monitor/essentials/metrics-supported.md).
28
28
@@ -32,9 +32,9 @@ App Configuration has the following dimensions associated with its metr
32
32
33
33
| Metric Name | Dimension description |
34
34
|-------|-----|
35
-
| Http Incoming Request Count | The count of total Http requests. The supported dimensions are the **HttpStatusCode**, **AuthenticationScheme**, and **Endpoint** of each request. **AuthenticationScheme** can be filtered by AAD or HMAC authentication. |
36
-
| Http Incoming Request Duration | The server side duration of each request. The supported dimensions are the **HttpStatusCode**, **AuthenticationScheme**, and **Endpoint** of each request. **AuthenticationScheme** can be filtered by AAD or HMAC authentication. |
37
-
| Throttled Http Request Count | The count of throttled requests. The **Endpoint** of each request is included as a dimension. |
35
+
| Http Incoming Request Count | The supported dimensions are the **HttpStatusCode**, **AuthenticationScheme**, and **Endpoint** of each request. **AuthenticationScheme** can be filtered by AAD or HMAC authentication. |
36
+
| Http Incoming Request Duration | The supported dimensions are the **HttpStatusCode**, **AuthenticationScheme**, and **Endpoint** of each request. **AuthenticationScheme** can be filtered by AAD or HMAC authentication. |
37
+
| Throttled Http Request Count | The **Endpoint** of each request is included as a dimension. |
38
38
| Daily Storage Usage | This metric does not have any dimensions. |
39
39
40
40
For more information on what metric dimensions are, see [Multi-dimensional metrics](../azure-monitor/essentials/data-platform-metrics.md#multi-dimensional-metrics).
0 commit comments