Skip to content

Commit 9f2ad14

Browse files
Merge pull request #209546 from Blackmist/add-preview
adding preview per PM feedback
2 parents a07c23c + 278ad63 commit 9f2ad14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: machine-learning
77
ms.author: larryfr
88
author: blackmist
99
ms.subservice: mlops
10-
ms.date: 06/27/2022
10+
ms.date: 08/29/2022
1111
ms.topic: conceptual
1212
ms.custom: how-to, devplatv2, event-tier1-build-2022
1313
---
@@ -102,7 +102,7 @@ You can also create custom alerts to notify you of important status updates to y
102102

103103
There are three logs that can be enabled for online endpoints:
104104

105-
* **AMLOnlineEndpointTrafficLog**: You could choose to enable traffic logs if you want to check the information of your request. Below are some cases:
105+
* **AMLOnlineEndpointTrafficLog** (preview): You could choose to enable traffic logs if you want to check the information of your request. Below are some cases:
106106

107107
* If the response isn't 200, check the value of the column “ResponseCodeReason” to see what happened. Also check the reason in the "HTTPS status codes" section of the [Troubleshoot online endpoints](how-to-troubleshoot-online-endpoints.md#http-status-codes) article.
108108

@@ -122,7 +122,7 @@ There are three logs that can be enabled for online endpoints:
122122

123123
* You may also use this log for performance analysis in determining the time required by the model to process each request.
124124

125-
* **AMLOnlineEndpointEventLog**: Contains event information regarding the container’s life cycle. Currently, we provide information on the following types of events:
125+
* **AMLOnlineEndpointEventLog** (preview): Contains event information regarding the container’s life cycle. Currently, we provide information on the following types of events:
126126

127127
| Name | Message |
128128
| ----- | ----- |
@@ -174,7 +174,7 @@ You can find example queries on the __Queries__ tab while viewing logs. Search f
174174

175175
The following tables provide details on the data stored in each log:
176176

177-
**AMLOnlineEndpointTrafficLog**
177+
**AMLOnlineEndpointTrafficLog** (preview)
178178

179179
| Field name | Description |
180180
| ---- | ---- |
@@ -211,7 +211,7 @@ The following tables provide details on the data stored in each log:
211211
| ContainerName | The name of the container where the log was generated.
212212
| Message | The content of the log.
213213

214-
**AMLOnlineEndpointEventLog**
214+
**AMLOnlineEndpointEventLog** (preview)
215215

216216

217217
| Field Name | Description |

0 commit comments

Comments
 (0)