Skip to content

Commit 606ac2a

Browse files
Merge pull request #217958 from jimmyca15/user/jimmyca/appConfigStorageMetrics
Update metrics reference to include storage metric as well as endpoint dimension.
2 parents 3c20009 + 3bab679 commit 606ac2a

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

articles/azure-app-configuration/monitor-app-configuration-reference.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ Resource Provider and Type: [App Configuration Platform Metrics](../azure-monito
2020
| Metric | Unit | Description |
2121
|-------|-----| ----- |
2222
| 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. |
2526

2627
For more information, see a list of [all platform metrics supported in Azure Monitor](../azure-monitor/essentials/metrics-supported.md).
2728

@@ -31,9 +32,10 @@ App Configuration has the following dimensions associated with its metr
3132

3233
| Metric Name | Dimension description |
3334
|-------|-----|
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. |
3739

3840
For more information on what metric dimensions are, see [Multi-dimensional metrics](../azure-monitor/essentials/data-platform-metrics.md#multi-dimensional-metrics).
3941

articles/azure-app-configuration/monitor-app-configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ You can analyze metrics for App Configuration with metrics from other Azure serv
9898
9999
* Http Incoming Request Count
100100
* 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
102103
103104
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.
104105

0 commit comments

Comments
 (0)