Skip to content

Commit 4fa184c

Browse files
mumurug-MSFTdlepow
andauthored
Apply suggestions from code review
Co-authored-by: Dan Lepow <[email protected]>
1 parent abae35a commit 4fa184c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/api-management/gateway-log-schema-reference.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,32 +33,32 @@ The following properties are logged for each API request.
3333
| BackendResponseBody | string | Backend response body |
3434
| BackendResponseCode | int | Code of the HTTP response received from a backend |
3535
| BackendResponseHeaders | dynamic | Collection of HTTP headers received from a backend |
36-
| BackendTime | long | Number of milliseconds spent on overall backend IO (connecting, sending, and receiving bytes) |
36+
| BackendTime | long | Number of milliseconds spent on overall backend I/O (connecting, sending, and receiving bytes) |
3737
| BackendUrl | string | URL of the request sent to a backend |
3838
| Cache | string | Status of API Management cache involvement in request processing (hit, miss, none) |
39-
| CacheTime | long | Number of miliseconds spent on overall API Management cache IO (connecting, sending and receiving bytes) |
39+
| CacheTime | long | Number of milliseconds spent on overall API Management cache IO (connecting, sending and receiving bytes) |
4040
| ClientProtocol | string | HTTP protocol version of the incoming request |
4141
| ClientTime | long | Number of milliseconds spent on overall client I/O (connecting, sending, and receiving bytes) |
4242
| ClientTlsVersion | string | TLS version used by client sending request |
4343
| Errors | dynamic | Collection of error occured during request processing |
44-
| IsRequestSuccess | bool | Http request completed with response status code within 2xx or 3xx range |
45-
| LastErrorElapsed | long | Number of miliseconds elapsed since Gateway received request till the moment error occured |
44+
| IsRequestSuccess | bool | HTTP request completed with response status code within 2xx or 3xx range |
45+
| LastErrorElapsed | long | Number of milliseconds elapsed since gateway received request until the error occurred |
4646
| LastErrorMessage | string | Error message |
4747
| LastErrorReason | string | Error reason |
4848
| LastErrorScope | string | Scope of the policy document containing policy caused the error |
4949
| LastErrorSection | string | Section of the policy document containing policy caused the error |
5050
| LastErrorSource | string | Naming of the policy or processing internal handler caused the error |
5151
| Method | string | HTTP method of the incoming request |
5252
| OperationId | string | Operation entity identifier for current request |
53-
| ProductId | string | Operation entity identifier for current request |
53+
| ProductId | string | Product entity identifier for current request |
5454
| RequestBody | string | Client request body |
5555
| RequestHeaders | dynamic | Collection of HTTP headers sent by a client |
5656
| RequestSize | int | Number of bytes received from a client during request processing |
5757
| ResponseBody | string | Gateway response body |
5858
| ResponseCode | int | Status code of the HTTP response sent to a client |
5959
| ResponseHeaders | dynamic | Collection of HTTP headers sent to a client |
6060
| ResponseSize | int | Number of bytes sent to a client during request processing |
61-
| TotalTime | long | Number of milliseconds spent on overall HTTP request (from first byte received by a APIM to last byte a client received back) |
61+
| TotalTime | long | Number of milliseconds spent on overall HTTP request (from first byte received by API Management to last byte a client received back) |
6262
| TraceRecords | dynamic | Records emitted by trace policies |
6363
| Url | string | URL of the incoming request |
6464
| UserId | string | User entity identifier for current request |

0 commit comments

Comments
 (0)