diff --git a/docs/integrations/microsoft-azure/azure-machine-learning.md b/docs/integrations/microsoft-azure/azure-machine-learning.md index 032d6d9f0e..59999f79d4 100644 --- a/docs/integrations/microsoft-azure/azure-machine-learning.md +++ b/docs/integrations/microsoft-azure/azure-machine-learning.md @@ -144,6 +144,18 @@ The **Azure Machine Learning - Run** dashboard provides details on running exper Azure Machine Learning - Run dashboard +### Endpoint Deployments + +The **Azure Machine Learning - Endpoint Deployments** dashboard tracks CPU, memory, and disk usage per instance, along with network activity, active connections, and deployment capacity — helping identify performance bottlenecks, scaling behavior, and infrastructure issues impacting endpoint reliability. + +Azure Machine Learning - Endpoint Deployments dashboard + +### Endpoint Requests + +The **Azure Machine Learning - Endpoint Requests** dashboard provides insight into how many requests were received by endpoints and how quickly they are processed, highlighting typical response times (P50) and tail latencies (P90–P99) to help identify performance bottlenecks or service degradation. + +Azure Machine Learning - Endpoint Requests + ## Create monitors for Azure Machine Learning app import CreateMonitors from '../../reuse/apps/create-monitors.md';