Skip to content

Commit a14174c

Browse files
committed
add metrics dimensions
1 parent 48770ef commit a14174c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,17 @@ The following table lists common and recommended alert rules for App C
237237
### Metrics schema
238238
For details on the metrics schema, see [App Configuration Metrics](/azure/azure-monitor/reference/supported-metrics/microsoft-appconfiguration-configurationstores-metrics)
239239
240+
#### Metrics Dimensions
241+
| Metric Name | Dimension description |
242+
|-------|-----|
243+
| 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. |
244+
| 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. |
245+
| Throttled HTTP Request Count | The **Endpoint** of each request is included as a dimension. |
246+
| Daily Storage Usage | This metric does not have any dimensions. |
247+
| Request Quota Usage | The supported dimensions are the **OperationType** ("Read" or "Write") and **Endpoint** of each request. |
248+
| Replication Latency | The **Endpoint** of the replica that data was replicated to is included as a dimension. |
249+
| Snapshot Storage Size | This metric does not have any dimensions. |
250+
240251
### Logs schema
241252
242253
#### Activity logs schema

0 commit comments

Comments
 (0)