File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/azure-app-configuration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ App Configuration uses the [AACHttpRequest Table](/azure/azure-monitor/refere
75
75
|Category |string |The log category of the event, always HttpRequest.
76
76
|ClientIPAddress | string| IP Address of the client that sent the request.
77
77
|ClientRequestId| string| Request ID provided by client.
78
- |CorrelationId| string| GUID for correlated logs .
78
+ |CorrelationId| string| An ID provided by the client to correlate multiple requests .
79
79
|DurationMs| int |The duration of the operation in milliseconds.
80
- |HitCount| int |The number of hit counts .
80
+ |HitCount| int |The number of requests that the record is associated with .
81
81
|Method string| HTTP| Http request method (get or post)
82
82
|RequestId| string| Unique request ID generated by server.
83
83
|RequestLength| int |Length in bytes of the HTTP request.
You can’t perform that action at this time.
0 commit comments