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
In this article, you learn how to monitor [Azure Machine Learning online endpoints](concept-endpoints.md). Use Application Insights to view metrics and create alerts to stay up to date with your online endpoints.
18
+
Azure Machine Learning provides several ways to track and monitor metrics and logs regarding [Azure Machine Learning online endpoints](concept-endpoints.md). Integrated with Azure Monitor, you can view metrics, customize dashboard and configure alerts based on metrics, query from log tables and push the logs to supported targets. You can also use Application Insights (legacy) to analyze events from user containers.
19
+
20
+
***Metrics**: Endpoint level metrics such as request latency, requests per minute, new connections per second, network bytes etc can be drilled down to deployment or status level. Deployment level metrics such as CPU/GPU utilization, memory or disk utilization can be drilled down to instance level. Azure Monitor allows tracking thie Metrics in charts and setting up dashboards and alerts for further analysis.
21
+
22
+
***Logs**: You can send Metrics to the Log Analytics Workspace where you can query the logs using rich Kusto query syntax. You can also send Metrics to Storage Account and/or Event Hubs for further processing. In addition, you can use dedicated Log tables for events, traffic, and console (container) logs. Kusto query allows complex analysis joining multiple tables.
23
+
24
+
***Application insights**: Curated environments include the integration with Application Insights, and you can simply enable/disable it when you create an online deployment. Built-in metrics and logs are sent to Application insights, and you can use its built-in features such as Live metrics, Transaction search, Failures and Performance.
19
25
20
26
In this article you learn how to:
21
27
22
28
> [!div class="checklist"]
29
+
> * Choose the right method to view and track metrics and logs
23
30
> * View metrics for your online endpoint
24
31
> * Create a dashboard for your metrics
25
32
> * Create a metric alert
33
+
> * View logs for your online endpoint
34
+
> * Use application insights (legacy) to track metrics and logs
26
35
27
36
> [!IMPORTANT]
28
37
> Items marked (preview) in this article are currently in public preview.
@@ -243,6 +252,8 @@ The following tables provide details on the data stored in each log:
0 commit comments