|
3 | 3 | // * virt/support/virt-openshift-cluster-monitoring.adoc |
4 | 4 | // * observability/monitoring/monitoring-overview.adoc |
5 | 5 |
|
6 | | -// This module uses a conditionalized title so that the module |
7 | | -// can be re-used in associated products but the title is not |
8 | | -// included in the existing OpenShift assembly. |
9 | | - |
10 | 6 | :_mod-docs-content-type: CONCEPT |
11 | 7 | [id="understanding-the-monitoring-stack_{context}"] |
12 | 8 | = Understanding the monitoring stack |
13 | 9 |
|
14 | 10 | The monitoring stack includes the following components: |
15 | 11 |
|
16 | | -* *Default platform monitoring components*. |
| 12 | +Default platform monitoring components:: |
17 | 13 | ifndef::openshift-dedicated,openshift-rosa[] |
18 | | -A set of platform monitoring components are installed in the `openshift-monitoring` project by default during an OpenShift Container Platform installation. This provides monitoring for core cluster components including Kubernetes services. The default monitoring stack also enables remote health monitoring for clusters. |
| 14 | +A set of platform monitoring components are installed in the `openshift-monitoring` project by default during an {product-title} installation. This provides monitoring for core cluster components including Kubernetes services. The default monitoring stack also enables remote health monitoring for clusters. |
19 | 15 | endif::openshift-dedicated,openshift-rosa[] |
20 | 16 | ifdef::openshift-dedicated,openshift-rosa[] |
21 | | -A set of platform monitoring components are installed in the `openshift-monitoring` project by default during a {product-title} installation. Red Hat Site Reliability Engineers (SRE) use these components to monitor core cluster components including Kubernetes services. This includes critical metrics, such as CPU and memory, collected from all of the workloads in every namespace. |
| 17 | +A set of platform monitoring components are installed in the `openshift-monitoring` project by default during a {product-title} installation. Red{nbsp}Hat Site Reliability Engineers (SRE) use these components to monitor core cluster components including Kubernetes services. This includes critical metrics, such as CPU and memory, collected from all of the workloads in every namespace. |
22 | 18 | endif::openshift-dedicated,openshift-rosa[] |
23 | 19 | + |
24 | | -These components are illustrated in the *Installed by default* section in the following diagram. |
| 20 | +You can see these components in the *Installed by default* section in the following diagram. |
25 | 21 |
|
26 | | -* *Components for monitoring user-defined projects*. |
| 22 | +Components for monitoring user-defined projects:: |
27 | 23 | ifndef::openshift-dedicated,openshift-rosa[] |
28 | | -After optionally enabling monitoring for user-defined projects, additional monitoring components are installed in the `openshift-user-workload-monitoring` project. This provides monitoring for user-defined projects. |
| 24 | +If you enable monitoring for user-defined projects, additional monitoring components are installed in the `openshift-user-workload-monitoring` project. This provides optional monitoring for user-defined projects. |
29 | 25 | endif::openshift-dedicated,openshift-rosa[] |
30 | 26 | ifdef::openshift-dedicated,openshift-rosa[] |
31 | 27 | A set of user-defined project monitoring components are installed in the `openshift-user-workload-monitoring` project by default during a {product-title} installation. You can use these components to monitor services and pods in user-defined projects. |
32 | 28 | endif::openshift-dedicated,openshift-rosa[] |
33 | | -These components are illustrated in the *User* section in the following diagram. |
| 29 | ++ |
| 30 | +You can see these components in the *User* section in the following diagram. |
34 | 31 |
|
35 | 32 | image:monitoring-architecture.png[{product-title} monitoring architecture] |
0 commit comments