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 |
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 |
26
26
| 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. |
27
27
| Request Quota Usage | Percent | Represents the current total request usage in percentage. |
28
28
| 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
36
36
37
37
| Metric Name | Dimension description |
38
38
|-------|-----|
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. |
42
42
| Daily Storage Usage | This metric does not have any dimensions. |
43
43
| Request Quota Usage | The supported dimensions are the **OperationType** ("Read"or "Write") and **Endpoint** of each request. |
44
44
| 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
|[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. |
66
66
|[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. |
67
67
68
68
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
71
71
72
72
App Configuration uses the [AACHttpRequest Table](/azure/azure-monitor/reference/tables/aachttprequest) to store resource log information.
73
73
74
-
**Http Requests**
74
+
**HTTP Requests**
75
75
76
76
|Property | Type | Description |
77
77
|-------|-----| ----- |
@@ -81,7 +81,7 @@ App Configuration uses the [AACHttpRequest Table](/azure/azure-monitor/refere
81
81
|CorrelationId| string| An ID provided by the client to correlate multiple requests.
82
82
|DurationMs| int |The duration of the operation in milliseconds.
83
83
|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)
85
85
|RequestId| string| Unique request ID generated by server.
86
86
|RequestLength| int |Length in bytes of the HTTP request.
87
87
|RequestURI| string| URI of the request, can include key and label name.
0 commit comments