Skip to content

Commit 58ba8c5

Browse files
authored
Merge pull request #97357 from miaojiang/master
minor changes
2 parents e7971a3 + 5257ff5 commit 58ba8c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/api-management-howto-use-azure-monitor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,10 +179,10 @@ API Management currently provides diagnostics logs (batched hourly) about indivi
179179
| Property | Type | Description |
180180
| ------------- | ------------- | ------------- |
181181
| isRequestSuccess | boolean | True if the HTTP request completed with response status code within 2xx or 3xx range |
182-
| time | date-time | Timestamp of receiving the HTTP request by the gateway |
182+
| time | date-time | Timestamp of when the gateway starts process the request |
183183
| operationName | string | Constant value 'Microsoft.ApiManagement/GatewayLogs' |
184184
| category | string | Constant value 'GatewayLogs' |
185-
| durationMs | integer | Number of milliseconds from the moment gateway received request until the moment response sent in full |
185+
| durationMs | integer | Number of milliseconds from the moment gateway received request until the moment response sent in full. It includes clienTime, cacheTime, and backendTime. |
186186
| callerIpAddress | string | IP address of immediate Gateway caller (can be an intermediary) |
187187
| correlationId | string | Unique http request identifier assigned by API Management |
188188
| location | string | Name of the Azure region where the Gateway that processed the request was located |
@@ -210,7 +210,7 @@ API Management currently provides diagnostics logs (batched hourly) about indivi
210210
| apimSubscriptionId | string | Subscription entity identifier for current request |
211211
| backendId | string | Backend entity identifier for current request |
212212
| LastError | object | Last request processing error |
213-
| elapsed | integer | Number of milliseconds elapsed since Gateway received request the moment the error occurred |
213+
| elapsed | integer | Number of milliseconds elapsed between when the gateway received the request and the moment the error occurred |
214214
| source | string | Name of the policy or processing internal handler caused the error |
215215
| scope | string | Scope of the policy document containing the policy that caused the error |
216216
| section | string | Section of the policy document containing the policy that caused the error |

0 commit comments

Comments
 (0)