Skip to content

Commit c1cacaf

Browse files
authored
Merge pull request #178392 from austonli/patch-11
Updating to include new metrics and data cap alert
2 parents aefa5c9 + 8cd887b commit c1cacaf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/azure-monitor/containers/container-insights-metric-alerts.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ To alert on what matters, Container insights includes the following metric alert
4343
|**(New)Average container CPU %** |Calculates average CPU used per container.|When average CPU usage per container is greater than 95%.|
4444
|**(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%. |
4545
|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) |
4647
|Average Disk Usage % |Calculates average disk usage for a node.|When disk usage for a node is greater than 80%. |
4748
|**(New)Average Persistent Volume Usage %** |Calculates average PV usage per pod. |When average PV usage per pod is greater than 80%.|
4849
|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
8485
|Metric namespace |Metric |Description |
8586
|---------|----|------------|
8687
|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.|
8889
|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.|
9091
|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.|
9293
|Insights.container/nodes |nodesCount |Count of nodes by status.|
9394
|Insights.container/nodes |diskUsedPercentage |Percentage of disk used on the node by device.|
9495
|Insights.container/pods |podCount |Count of pods by controller, namespace, node, and phase.|

0 commit comments

Comments
 (0)