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/machine-learning/how-to-monitor-online-endpoints.md
+21-17Lines changed: 21 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,14 @@ In this article you learn how to:
35
35
36
36
## Prerequisites
37
37
38
-
-Deploy an Azure Machine Learning online endpoint.
39
-
-You must have at least [Reader access](/azure/role-based-access-control/role-assignments-portal) on the endpoint.
38
+
-An Azure Machine Learning online endpoint.
39
+
-At least [Reader access](/azure/role-based-access-control/role-assignments-portal) on the endpoint.
40
40
41
41
## Metrics
42
42
43
-
You can view metrics pages for online endpoints or deployments in the Azure portal. An easy way to access these metrics pages is through links available in the Azure Machine Learning studio user interface—specifically in the **Details** tab of an endpoint's page. Following these links will take you to the exact metrics page in the Azure portal for the endpoint or deployment. Alternatively, you can also go into the Azure portal to search for the metrics page for the endpoint or deployment.
43
+
In the Azure portal, you can view metrics pages for online endpoints or deployments. An easy way to access these metrics pages is through links that are available in the Azure Machine Learning studio user interface. You can find these links in the **Details** tab of an endpoint's page. These links lead to the metrics page in the Azure portal for the endpoint or deployment. Alternatively, you can also go to the Azure portal and search for the metrics page for the endpoint or deployment.
44
44
45
-
To access the metrics pages through links available in the studio:
45
+
To access the metrics pages through links that are available in the studio, take the following steps:
46
46
47
47
1. In [Azure Machine Learning studio](https://ml.azure.com), go to your workspace.
48
48
@@ -62,7 +62,7 @@ To access the metrics pages through links available in the studio:
62
62
63
63
The deployment's metrics page opens in the Azure portal.
64
64
65
-
To access metrics directly from the Azure portal:
65
+
To access metrics directly from the Azure portal, take the following steps:
66
66
67
67
1. Go to the [Azure portal](https://portal.azure.com).
68
68
@@ -76,7 +76,7 @@ To access metrics directly from the Azure portal:
76
76
77
77
### Available metrics
78
78
79
-
Depending on the resource that you select, the metrics that you see will be different. Metrics are scoped differently for online endpoints and online deployments.
79
+
The metrics that you see depend on the resource that you select. Metrics are scoped differently for online endpoints and online deployments.
80
80
81
81
#### Metrics at endpoint scope
82
82
@@ -104,7 +104,7 @@ You can create custom dashboards and visualize metrics from multiple sources in
104
104
105
105
#### Create alerts
106
106
107
-
You can also create custom alerts to notify you of important status updates to your online endpoint:
107
+
You can also create custom alerts so you can receive notifications about important status updates to your online endpoint:
108
108
109
109
1. In the Azure portal, go to a metrics page, and then select **New alert rule**.
110
110
@@ -159,9 +159,9 @@ There are three logs that you can turn on for online endpoints:
159
159
### Turn logs on or off
160
160
161
161
> [!IMPORTANT]
162
-
> Logging uses Azure Log Analytics. If you do not currently have a Log Analytics workspace, you can create one using the steps in [Create a Log Analytics workspace in the Azure portal](/azure/azure-monitor/logs/quick-create-workspace#create-a-workspace).
162
+
> Logging uses Azure Log Analytics. If you don't currently have a Log Analytics workspace, you can create one by using the steps in [Create a Log Analytics workspace in the Azure portal](/azure/azure-monitor/logs/quick-create-workspace#create-a-workspace).
163
163
164
-
1. In the [Azure portal](https://portal.azure.com), go to the resource group that contains your endpoint and then select the endpoint.
164
+
1. In the [Azure portal](https://portal.azure.com), go to the resource group that contains your endpoint, and then select the endpoint.
165
165
166
166
1. Under **Monitoring**, select **Diagnostic settings**, and then select **Add diagnostic setting**.
167
167
@@ -181,7 +181,9 @@ There are three logs that you can turn on for online endpoints:
181
181
182
182
1. Submit scoring requests to the endpoint to create entries in the logs.
183
183
184
-
1. From either the online endpoint properties or the Log Analytics workspace, select **Logs** from the left of the screen.
184
+
1. Go to the Azure portal, and then use one of the following options to open the logs:
185
+
- Go to the properties page for your online endpoint. Under **Monitoring**, select **Logs**.
186
+
- Go to your Log Analytics workspace. On the left, select **Logs**.
185
187
186
188
1. Close the **Queries hub** window that automatically opens.
187
189
@@ -197,11 +199,11 @@ There are three logs that you can turn on for online endpoints:
197
199
198
200
Example queries are available for you to use. Take the following steps to view them:
199
201
200
-
1. On the Logs page, select **Queries** to open the Queries tab.
202
+
1. On the Logs page, select **Queries**.
201
203
202
204
1. In the search box, enter **Online endpoint**.
203
205
204
-
:::image type="content" source="./media/how-to-monitor-online-endpoints/example-queries.png" alt-text="Screenshot of the example queries.":::
206
+
:::image type="content" source="./media/how-to-monitor-online-endpoints/example-queries.png" alt-text="Screenshot of the Queries tab of the Azure portal Logs page. Two example queries are visible, and the Queries tab and the search box are highlighted.":::
205
207
206
208
### Log column details
207
209
@@ -219,17 +221,19 @@ The following tables provide detailed information about the data that's stored i
Curated environments include integration with Application Insights. Through this integration, built-in metrics and logs are sent to Application Insights. You can then use Application Insights built-in features, such as live metrics, transaction search, failures, and performance, for further analysis.
224
227
225
-
Curated environments include integration with Application Insights, and you can enable or disable this integration when you create an online deployment. Built-in metrics and logs are sent to Application Insights, and you can use the built-in features of Application Insights (such as Live metrics, Transaction search, Failures, and Performance) for further analysis.
228
+
For more information, see [Application Insights overview](/azure/azure-monitor/app/app-insights-overview).
226
229
227
-
See [Application Insights overview](/azure/azure-monitor/app/app-insights-overview) for more.
230
+
You can turn on integration with Application Insights when you create an online deployment in the studio. On the Deployment page, under **Application Insights diagnostics**, select **Enabled**.
228
231
229
-
In the studio, you can use the **Monitoring** tab on an online endpoint's page to see high-level activity monitor graphs for the managed online endpoint. To use the monitoring tab, you must select **Enable Application Insight diagnostic and data collection** when you create your endpoint.
232
+
:::image type="content" source="media/how-to-monitor-online-endpoints/turn-on-application-insights-diagnostics.png" lightbox="media/how-to-monitor-online-endpoints/turn-on-application-insights-diagnostics.png" alt-text="Screenshot of the studio Deployment page when a user creates an online endpoint. The Application Insights diagnostics setting is highlighted.":::
230
233
231
-
:::image type="content" source="media/how-to-monitor-online-endpoints/monitor-endpoint.png" lightbox="media/how-to-monitor-online-endpoints/monitor-endpoint.png" alt-text="A screenshot of monitoring endpoint-level metrics in the studio.":::
234
+
When you turn on Application Insights, you can see high-level activity monitor graphs for a managed onlineendpoint. In the studio, go to the endpoint's page, and then select the **Monitoring** tab.
232
235
236
+
:::image type="content" source="media/how-to-monitor-online-endpoints/monitor-endpoint.png" lightbox="media/how-to-monitor-online-endpoints/monitor-endpoint.png" alt-text="Screenshot of the Monitoring tab on a studio endpoint page. The Monitoring tab is highlighted. A chart shows requests per minute to the endpoint.":::
0 commit comments