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: docs/integrations/microsoft-azure/kubernetes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -343,7 +343,7 @@ These alerts are metric based and will work for all Key Vaults.
343
343
|:--|:--|:--|:--|
344
344
|`Azure Kubernetes Service - CPU Usage Percentage`| This alert is triggered when CPU usage percentage is greater than 95%. Also, a warning type alert will be triggered when CPU usage percentage is greater than 85%. | percentage >= 95 | percentage < 95 |
345
345
|`Azure Kubernetes Service - Kube Node(s) Unreachable`| This alert is triggered when kube node(s) unreachable count greater than 1. | Count >= 1 | Count < 1 |
346
-
|`Azure Kubernetes Service - Memory Working Set Percentage`| This alert triggers when memory working set percentage greater than 100. | percentage >= 100 | percentage < 100 |
346
+
|`Azure Kubernetes Service - Memory Working Set Percentage`| This alert is triggered when memory working set is greater than 100%.| percentage >= 100 | percentage < 100 |
347
347
|`Azure Kubernetes Service - Node Disk Usage %`| This alert is triggered when node disk usage is greater than 80% . Also, a warning alert will be triggered when node disk usage is greater than 70%. | percentage >= 80 | percentage < 80 |
0 commit comments