Skip to content

Commit 48d75bf

Browse files
authored
Update how-to-monitor-online-endpoints.md
1 parent 5fe876e commit 48d75bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-monitor-online-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ The following tables provide details on the data stored in each log:
206206
| ModelStatusReason | The response status reason from model.
207207
| RequestPayloadSize | The total bytes received from the client.
208208
| ResponsePayloadSize | The total bytes sent back to the client.
209-
| UserAgent | The user-agent header of the request.
209+
| UserAgent | The user-agent header of the request, including comments but truncated to a max of 70 characters.
210210
| XRequestId | The request ID generated by Azure Machine Learning for internal tracing.
211211
| XMSClientRequestId | The tracking ID generated by the client.
212212
| TotalDurationMs | Duration in milliseconds from the request start time to the last response byte sent back to the client. If the client disconnected, it measures from the start time to client disconnect time.

0 commit comments

Comments
 (0)