Skip to content

Commit e75c69b

Browse files
Merge pull request #226549 from Mutilar/brianhu/log-workspace-name
Add WorkspaceName column to AMLOnlineEndpointTrafficLog
2 parents 64904e2 + 48d75bf commit e75c69b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,8 @@ The following tables provide details on the data stored in each log:
200200
| Method | The requested method from client.
201201
| Path | The requested path from client.
202202
| SubscriptionId | The machine learning subscription ID of the online endpoint.
203-
| WorkspaceId | The machine learning workspace ID of the online endpoint.
203+
| AzureMLWorkspaceId | The machine learning workspace ID of the online endpoint.
204+
| AzureMLWorkspaceName | The machine learning workspace name of the online endpoint.
204205
| EndpointName | The name of the online endpoint.
205206
| DeploymentName | The name of the online deployment.
206207
| Protocol | The protocol of the request.
@@ -210,7 +211,7 @@ The following tables provide details on the data stored in each log:
210211
| ModelStatusReason | The response status reason from model.
211212
| RequestPayloadSize | The total bytes received from the client.
212213
| ResponsePayloadSize | The total bytes sent back to the client.
213-
| UserAgent | The user-agent header of the request.
214+
| UserAgent | The user-agent header of the request, including comments but truncated to a max of 70 characters.
214215
| XRequestId | The request ID generated by Azure Machine Learning for internal tracing.
215216
| XMSClientRequestId | The tracking ID generated by the client.
216217
| 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)