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
-
|Http Incoming Request Duration | Milliseconds | Server side duration of an Http Request |
24
-
| Throttled Http Request Count | Count | Throttled requests are Http Requests that return a 429 Status Code (too many requests) |
23
+
| Http Incoming Request Duration | Milliseconds | Server side duration of an Http Request |
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 | Percent | Represents the amount of storage in use as a percentage of the maximum allowance. This metric is updated at least once daily. |
25
26
26
27
For more information, see a list of [all platform metrics supported in Azure Monitor](../azure-monitor/essentials/metrics-supported.md).
27
28
@@ -31,9 +32,10 @@ App Configuration has the following dimensions associated with its metr
31
32
32
33
| Metric Name | Dimension description |
33
34
|-------|-----|
34
-
| Http Incoming Request Count | The count of total Http requests. The supported dimensions are the **HttpStatusCode** or **AuthenticationScheme** of each request. **AuthenticationScheme** can be filtered by AAD or HMAC authentication. |
35
-
| Http Incoming Request Duration | The server side duration of each request. The supported dimensions are the using the **HttpStatusCode** or **AuthenticationScheme** of each request. **AuthenticationScheme** can be filtered by AAD or HMAC authentication. |
36
-
| Throttled Http Request Count | This metric does not have any dimensions |
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
+
| Daily Storage Usage | This metric does not have any dimensions. |
37
39
38
40
For more information on what metric dimensions are, see [Multi-dimensional metrics](../azure-monitor/essentials/data-platform-metrics.md#multi-dimensional-metrics).
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/monitor-app-configuration.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,8 @@ You can analyze metrics for App Configuration with metrics from other Azure serv
98
98
99
99
* Http Incoming Request Count
100
100
* Http Incoming Request Duration
101
-
* Throttled Http Request Count (Http Status Code 429 Responses)
101
+
* Throttled Http Request Count (Http status code 429 Responses)
102
+
* Daily Storage Usage
102
103
103
104
In the portal, navigate to the **Metrics** section and select the **Metric Namespaces** and **Metrics** you want to analyze. This screenshot shows you the metrics view when selecting **Http Incoming Request Count** for your configuration store.
0 commit comments