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/azure-monitor/insights/container-insights-alerts.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Create performance alerts by using Azure Monitor for containers | Microsoft Docs
3
-
description: This article describes how to use Azure Monitor for containers to create custom alerts based on log queries for memory and CPU utilization.
2
+
title: Create performance alerts for Azure Monitor for containers | Microsoft Docs
3
+
description: This article describes how to create custom alerts based on log queries for memory and CPU utilization from Azure Monitor for containers.
4
4
ms.service: azure-monitor
5
5
ms.subservice:
6
6
ms.topic: conceptual
@@ -11,6 +11,7 @@ ms.date: 04/26/2019
11
11
---
12
12
13
13
# How to set up alerts for performance problems in Azure Monitor for containers
14
+
14
15
Azure Monitor for containers monitors the performance of container workloads that are deployed to Azure Container Instances or to managed Kubernetes clusters that are hosted on Azure Kubernetes Service (AKS).
15
16
16
17
This article describes how to enable alerts for the following situations:
@@ -26,6 +27,7 @@ To alert for high CPU or memory utilization, or low free disk space on cluster n
26
27
If you're not familiar with Azure Monitor alerts, see [Overview of alerts in Microsoft Azure](../platform/alerts-overview.md) before you start. To learn more about alerts that use log queries, see [Log alerts in Azure Monitor](../platform/alerts-unified-log.md). For more about metric alerts, see [Metric alerts in Azure Monitor](../platform/alerts-metric-overview.md).
27
28
28
29
## Resource utilization log search queries
30
+
29
31
The queries in this section support each alerting scenario. They're used in step 7 of the [create alert](#create-an-alert-rule) section of this article.
30
32
31
33
The following query calculates average CPU utilization as an average of member nodes' CPU utilization every minute.
@@ -274,7 +276,8 @@ InsightsMetrics
274
276
```
275
277
276
278
## Create an alert rule
277
-
Follow these steps to create a log alert in Azure Monitor by using one of the log search rules that was provided earlier.
279
+
280
+
Follow these steps to create a log alert in Azure Monitor by using one of the log search rules that was provided earlier. To create using an ARM template, see [Sample Log alert creation using Azure Resource Template](../platform/alerts-log.md#sample-log-alert-creation-using-azure-resource-template).
278
281
279
282
>[!NOTE]
280
283
>The following procedure to create an alert rule for container resource utilization requires you to switch to a new log alerts API as described in [Switch API preference for log alerts](../platform/alerts-log-api-switch.md).
0 commit comments