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
Copy file name to clipboardExpand all lines: articles/api-management/api-management-howto-use-azure-monitor.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,10 +179,10 @@ API Management currently provides diagnostics logs (batched hourly) about indivi
179
179
| Property | Type | Description |
180
180
| ------------- | ------------- | ------------- |
181
181
| 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|
183
183
| operationName | string | Constant value 'Microsoft.ApiManagement/GatewayLogs' |
184
184
| 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.|
186
186
| callerIpAddress | string | IP address of immediate Gateway caller (can be an intermediary) |
187
187
| correlationId | string | Unique http request identifier assigned by API Management |
188
188
| 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
210
210
| apimSubscriptionId | string | Subscription entity identifier for current request |
211
211
| backendId | string | Backend entity identifier for current request |
212
212
| 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 |
214
214
| source | string | Name of the policy or processing internal handler caused the error |
215
215
| scope | string | Scope of the policy document containing the policy that caused the error |
216
216
| section | string | Section of the policy document containing the policy that caused the error |
0 commit comments