Skip to content

Commit 4c0938b

Browse files
Merge pull request #245169 from dem108/patch-23
remove preview for traffic and event log tables
2 parents 8cefd19 + 7ef4934 commit 4c0938b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ description: Monitor online endpoints and create alerts with Application Insight
55
services: machine-learning
66
ms.service: machine-learning
77
ms.reviewer: mopeakande
8-
author: Bozhong68
9-
ms.author: bozhlin
8+
author: dem108
9+
ms.author: sehan
1010
ms.subservice: mlops
11-
ms.date: 08/29/2022
11+
ms.date: 07/17/2023
1212
ms.topic: conceptual
1313
ms.custom: how-to, devplatv2, event-tier1-build-2022
1414
---
@@ -122,7 +122,7 @@ You can also create custom alerts to notify you of important status updates to y
122122

123123
There are three logs that can be enabled for online endpoints:
124124

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

127127
* 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.
128128

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

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

145-
* **AMLOnlineEndpointEventLog** (preview): Contains event information regarding the container's life cycle. Currently, we provide information on the following types of events:
145+
* **AMLOnlineEndpointEventLog**: Contains event information regarding the containers life cycle. Currently, we provide information on the following types of events:
146146

147147
| Name | Message |
148148
| ----- | ----- |
@@ -194,15 +194,15 @@ You can find example queries on the __Queries__ tab while viewing logs. Search f
194194

195195
The following tables provide details on the data stored in each log:
196196

197-
**AMLOnlineEndpointTrafficLog** (preview)
197+
**AMLOnlineEndpointTrafficLog**
198198

199199
[!INCLUDE [endpoint-monitor-traffic-reference](includes/endpoint-monitor-traffic-reference.md)]
200200

201201
**AMLOnlineEndpointConsoleLog**
202202

203203
[!INCLUDE [endpoint-monitor-console-reference](includes/endpoint-monitor-console-reference.md)]
204204

205-
**AMLOnlineEndpointEventLog** (preview)
205+
**AMLOnlineEndpointEventLog**
206206

207207
[!INCLUDE [endpoint-monitor-event-reference](includes/endpoint-monitor-event-reference.md)]
208208

0 commit comments

Comments
 (0)