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/containers/container-insights-metric-alerts.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ To alert on what matters, Container insights includes the following metric alert
43
43
|**(New)Average container CPU %**|Calculates average CPU used per container.|When average CPU usage per container is greater than 95%.|
44
44
|**(New)Average container working set memory %**|Calculates average working set memory used per container.|When average working set memory usage per container is greater than 95%. |
45
45
|Average CPU % |Calculates average CPU used per node. |When average node CPU utilization is greater than 80% |
46
+
| Daily Data Cap Breach | When data cap is breached| When the total data ingestion to your Log Analytics workspace exceeds the [designated quota](../logs/manage-cost-storage.md#manage-your-maximum-daily-data-volume)|
46
47
|Average Disk Usage % |Calculates average disk usage for a node.|When disk usage for a node is greater than 80%. |
47
48
|**(New)Average Persistent Volume Usage %**|Calculates average PV usage per pod. |When average PV usage per pod is greater than 80%.|
48
49
|Average Working set memory % |Calculates average Working set memory for a node. |When average Working set memory for a node is greater than 80%. |
@@ -84,11 +85,11 @@ The following metrics are enabled and collected, unless otherwise specified, as
84
85
|Metric namespace |Metric |Description |
85
86
|---------|----|------------|
86
87
|Insights.container/nodes |cpuUsageMillicores |CPU utilization in millicores by host.|
87
-
|Insights.container/nodes |cpuUsagePercentage|CPU usage percentage by node.|
88
+
|Insights.container/nodes |cpuUsagePercentage, cpuUsageAllocatablePercentage (preview) |CPU usage percentage by node and allocatable respectively.|
88
89
|Insights.container/nodes |memoryRssBytes |Memory RSS utilization in bytes by host.|
89
-
|Insights.container/nodes |memoryRssPercentage|Memory RSS usage percentage by host.|
90
+
|Insights.container/nodes |memoryRssPercentage, memoryRssAllocatablePercentage (preview) |Memory RSS usage percentage by host and allocatable respectively.|
90
91
|Insights.container/nodes |memoryWorkingSetBytes |Memory Working Set utilization in bytes by host.|
91
-
|Insights.container/nodes |memoryWorkingSetPercentage|Memory Working Set usage percentage by host.|
92
+
|Insights.container/nodes |memoryWorkingSetPercentage, memoryRssAllocatablePercentage (preview) |Memory Working Set usage percentage by host and allocatable respectively.|
92
93
|Insights.container/nodes |nodesCount |Count of nodes by status.|
93
94
|Insights.container/nodes |diskUsedPercentage |Percentage of disk used on the node by device.|
94
95
|Insights.container/pods |podCount |Count of pods by controller, namespace, node, and phase.|
0 commit comments