Skip to content

Commit 8181c57

Browse files
authored
Merge pull request #97415 from v-maudel/patch-376
M45532: Closing starting parenthesis
2 parents 2bc307d + 4559236 commit 8181c57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/insights/container-insights-health-monitors-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Azure Monitor for containers includes a number of key monitoring scenarios that
7777
|Nodes (parent of Node pool) |This is an aggregate monitor of all the node pools. Its state is based on the worst state of its child monitors (that is, the node pools present in the cluster). |Worst of |
7878
|Cluster (parent of nodes/<br> Kubernetes infrastructure) |This is the parent monitor that matches the state of the child monitor with the worst health state, that is kubernetes infrastructure and nodes. |Worst of |
7979
|Kubernetes infrastructure |This monitor reports combined health status of the managed infrastructure components of the cluster. its status is calculated as the 'worst of' its child monitor states i.e. kube-system workloads and API Server status. |Worst of|
80-
|System workload |This monitor reports health status of a kube-system workload. This monitor matches the state of the child monitor with the worst health state, that is the **Pods in ready state** monitor and the containers in the workload). |Worst of |
80+
|System workload |This monitor reports health status of a kube-system workload. This monitor matches the state of the child monitor with the worst health state, that is the **Pods in ready state** (monitor and the containers in the workload). |Worst of |
8181
|Container |This monitor reports overall health status of a container in a given workload. This monitor matches the state of the child monitor with the worst health state, that is the **CPU utilization** and **Memory utilization** monitors. |Worst of |
8282

8383
## Next steps
8484

85-
View [monitor cluster health](container-insights-health.md) to learn about viewing the health status your Kubernetes cluster.
85+
View [monitor cluster health](container-insights-health.md) to learn about viewing the health status your Kubernetes cluster.

0 commit comments

Comments
 (0)