Skip to content

Commit d1ce76e

Browse files
authored
Merge pull request #218668 from msakande/open-endpoint-metrics-in-studio
add studio description
2 parents 7b31b3c + e53a869 commit d1ce76e

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,24 @@ In this article you learn how to:
3131

3232
## Metrics
3333

34-
Use the following steps to view metrics for an online endpoint or deployment:
34+
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.
35+
36+
To access the metrics pages through links available in the studio:
37+
38+
1. Go to the [Azure Machine Learning studio](https://ml.azure.com).
39+
1. In the left navigation bar, select the **Endpoints** page.
40+
1. Select an endpoint by clicking its name.
41+
1. Select **View metrics** in the **Attributes** section of the endpoint to open up the endpoint's metrics page in the Azure portal.
42+
1. Select **View metrics** in the section for each available deployment to open up the deployment's metrics page in the Azure portal.
43+
44+
:::image type="content" source="media/how-to-monitor-online-endpoints/online-endpoints-access-metrics-from-studio.png" alt-text="A screenshot showing how to access the metrics of an endpoint and deployment from the studio UI." lightbox="media/how-to-monitor-online-endpoints/online-endpoints-access-metrics-from-studio.png":::
45+
46+
To access metrics directly from the Azure portal:
47+
3548
1. Go to the [Azure portal](https://portal.azure.com).
3649
1. Navigate to the online endpoint or deployment resource.
3750

38-
online endpoints and deployments are Azure Resource Manager (ARM) resources that can be found by going to their owning resource group. Look for the resource types **Machine Learning online endpoint** and **Machine Learning online deployment**.
51+
Online endpoints and deployments are Azure Resource Manager (ARM) resources that can be found by going to their owning resource group. Look for the resource types **Machine Learning online endpoint** and **Machine Learning online deployment**.
3952

4053
1. In the left-hand column, select **Metrics**.
4154

112 KB
Loading

0 commit comments

Comments
 (0)