Skip to content

Commit 6941877

Browse files
Merge pull request #125359 from changeworld/patch-72
Fix typo
2 parents 8321090 + 65e46a9 commit 6941877

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Resource Provider and Type: [App Configuration Platform Metrics](/azure/azure-mo
2020

2121
| Metric | Unit | Description |
2222
|-------|-----| ----- |
23-
| Http Incoming Request Count | Count | Total number of incoming Http Request |
24-
| Http Incoming Request Duration | Milliseconds | Server side duration of an Http Request |
25-
| Throttled Http Request Count | Count | Throttled requests are Http requests that receive a response with a status code of 429 |
23+
| HTTP Incoming Request Count | Count | Total number of incoming HTTP Request |
24+
| HTTP Incoming Request Duration | Milliseconds | Server side duration of an HTTP Request |
25+
| Throttled HTTP Request Count | Count | Throttled requests are HTTP requests that receive a response with a status code of 429 |
2626
| 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. |
2727
| Request Quota Usage | Percent | Represents the current total request usage in percentage. |
2828
| Replication Latency | Milliseconds | Represents the average time it takes for a replica to be consistent with current state. |
@@ -36,9 +36,9 @@ App Configuration has the following dimensions associated with its metr
3636

3737
| Metric Name | Dimension description |
3838
|-------|-----|
39-
| 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. |
40-
| 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. |
41-
| Throttled Http Request Count | The **Endpoint** of each request is included as a dimension. |
39+
| 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. |
40+
| 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. |
41+
| Throttled HTTP Request Count | The **Endpoint** of each request is included as a dimension. |
4242
| Daily Storage Usage | This metric does not have any dimensions. |
4343
| Request Quota Usage | The supported dimensions are the **OperationType** ("Read"or "Write") and **Endpoint** of each request. |
4444
| Replication Latency | The **Endpoint** of the replica that data was replicated to is included as a dimension. |
@@ -62,7 +62,7 @@ This section refers to all of the Azure Monitor Logs Kusto tables re
6262
|Resource type | Notes |
6363
|-------|-----|
6464
| [AACAudit](/azure/azure-monitor/reference/tables/AACAudit) | Azure App Configuration audit logs. |
65-
| [AACHttpRequest](/azure/azure-monitor/reference/tables/AACHttpRequest) | Entries of every Http request sent to a selected app configuration resource. |
65+
| [AACHttpRequest](/azure/azure-monitor/reference/tables/AACHttpRequest) | Entries of every HTTP request sent to a selected app configuration resource. |
6666
| [AzureActivity](/azure/azure-monitor/reference/tables/AzureActivity) | Entries from the Azure Activity log that provide insight into any subscription-level or management group level events that have occurred in Azure. |
6767

6868
For a reference of all Azure Monitor Logs / Log Analytics tables, see the [Azure Monitor Log Table Reference](/azure/azure-monitor/reference/tables/microsoft-appconfiguration_configurationstores).
@@ -71,7 +71,7 @@ For a reference of all Azure Monitor Logs / Log Analytics tables, se
7171

7272
App Configuration uses the [AACHttpRequest Table](/azure/azure-monitor/reference/tables/aachttprequest) to store resource log information.
7373

74-
**Http Requests**
74+
**HTTP Requests**
7575

7676
|Property | Type | Description |
7777
|-------|-----| ----- |
@@ -81,7 +81,7 @@ App Configuration uses the [AACHttpRequest Table](/azure/azure-monitor/refere
8181
|CorrelationId| string| An ID provided by the client to correlate multiple requests.
8282
|DurationMs| int |The duration of the operation in milliseconds.
8383
|HitCount| int |The number of requests that the record is associated with.
84-
|Method string| HTTP| Http request method (get or post)
84+
|Method string| HTTP| HTTP request method (get or post)
8585
|RequestId| string| Unique request ID generated by server.
8686
|RequestLength| int |Length in bytes of the HTTP request.
8787
|RequestURI| string| URI of the request, can include key and label name.

0 commit comments

Comments
 (0)