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
Clusters can generate significant volumes of monitoring data, making it hard for you to distinguish critical signals from noise.
10
+
Single incidents can trigger a cascade of alerts, and this results in extended time to detect and resolve issues.
11
+
12
+
The {coo-full} incident detection feature groups alerts, that are correlated by time, into *incidents*. These incidents are then visualized as timelines that are color-coded by severity.
13
+
Alerts are mapped to specific components, ranked by criticality, helping you to identify root causes by focusing on high impact components first.
14
+
You can then drill down from the incident timelines to individual alerts to determine how to fix the underlying issue.
15
+
16
+
{coo-full} incident detection transforms the alert storm into clear steps for faster understanding and resolution of the incidents that occur on your clusters.
* You have access to the cluster as a user with the `cluster-admin` cluster role.
12
+
* You have logged in to the {product-title} web console.
13
+
* You have installed the {coo-full}.
14
+
* You have installed the {coo-full} monitoring UI plugin with incident detection enabled.
15
+
16
+
17
+
.Procedure
18
+
19
+
. In the Administrator perspective of the web console, click on *Observe*->*Incidents*.
20
+
21
+
. The Incidents Timeline UI shows the grouping of alerts into *incidents*. The color coding of the lines in the graph corresponds to the severity of the incident.
22
+
+
23
+
image::coo-incidents-timeline.png[]
24
+
25
+
. By clicking on an incident, you can see the timeline of alerts that are part of that incident, in the Alerts Timeline UI.
26
+
+
27
+
image::coo-incident-alerts-timeline.png[]
28
+
29
+
. In the list of alerts, alerts are mapped to specific components, which are ranked by criticality.
30
+
+
31
+
image::coo-incident-alerts-components.png[]
32
+
33
+
. Click to expand a compute component in the list. The underlying alerts related to that component are displayed.
The monitoring UI plugin adds monitoring related UI features to the OpenShift web console, for the Advance Cluster Management (ACM) perspective and for incident detection.
10
+
11
+
.Prerequisites
12
+
13
+
* You have access to the cluster as a user with the `cluster-admin` cluster role.
14
+
* You have logged in to the {product-title} web console.
15
+
* You have installed the {coo-full}
16
+
17
+
.Procedure
18
+
19
+
. In the {product-title} web console, click *Operators*->*Installed Operators* and select {coo-full}
20
+
. Choose the *UI Plugin* tab (at the far right of the tab list) and press *Create UIPlugin*
21
+
. Select *YAML view*, enter the following content, and then press *Create*:
The monitoring UI plugin adds monitoring features to the Administrator perspective of the OpenShift web console.
13
+
14
+
* **{rh-rhacm}:** The monitoring plugin in {coo-first} allows it to function in {rh-rhacm-first} environments, providing {rh-rhacm} with the same monitoring capabilities as {product-title}. You can configure the plugin to fetch alerts from the {rh-rhacm} Alertmanager backend. This enables seamless integration and user experience by aligning {rh-rhacm} and {product-title} monitoring workflows.
15
+
16
+
* **Incident detection:** Incident detection groups alerts that occur around the same time into incidents, to help you identify the root causes of alert bursts instead of being overwhelmed by individual alerts. It presents a timeline of incidents, color-coded by severity, and allows you to drill down into the individual alerts within an incident. The system also categorizes alerts by affected component, ranking them by importance. This helps you focus on the most critical areas first.
17
+
+
18
+
The incident detection features are available in the Administrator perspective of the OpenShift web console at **Observe** → **Incidents**.
Copy file name to clipboardExpand all lines: observability/cluster_observability_operator/ui_plugins/observability-ui-plugins-overview.adoc
+10-3
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,16 @@ toc::[]
9
9
You can use the {coo-first} to install and manage UI plugins to enhance the observability capabilities of the {product-title} web console.
10
10
The plugins extend the default functionality, providing new UI features for troubleshooting, distributed tracing, and cluster logging.
11
11
12
+
[id="monitoring_{context}"]
13
+
== Monitoring
12
14
15
+
The monitoring UI plugin adds monitoring related UI features to the OpenShift web console, for the Advance Cluster Management (ACM) perspective and for incident detection.
16
+
17
+
* **ACM:** The monitoring plugin in {coo-first} allows it to function in {rh-rhacm-first} environments, providing ACM with the same monitoring capabilities as {product-title}.
18
+
19
+
* **Incident Detection:** The incident detection feature groups alerts that occur around the same time into incidents to help you identify the root causes of alert bursts instead of being overwhelmed by individual alerts. It presents a timeline of incidents, color-coded by severity, and allows you to drill down into the individual alerts within an incident. The system also categorizes alerts by affected component, ranking them by importance. This helps you focus on the most critical areas first.
20
+
21
+
For more information, see the xref:../../../observability/cluster_observability_operator/ui_plugins/monitoring-ui-plugin.adoc#monitoring-ui-plugin[monitoring UI plugin] page.
13
22
14
23
[id="cluster-logging_{context}"]
15
24
== Cluster logging
@@ -19,7 +28,6 @@ You can specify filters, queries, time ranges and refresh rates. The results dis
19
28
20
29
For more information, see the xref:../../../observability/cluster_observability_operator/ui_plugins/logging-ui-plugin.adoc#logging-ui-plugin[logging UI plugin] page.
21
30
22
-
23
31
[id="troubleshooting_{context}"]
24
32
== Troubleshooting
25
33
@@ -46,7 +54,6 @@ You can select a supported `TempoStack` or `TempoMonolithic` multi-tenant instan
46
54
47
55
For more information, see the xref:../../../observability/cluster_observability_operator/ui_plugins/distributed-tracing-ui-plugin.adoc#distributed-tracing-ui-plugin[distributed tracing UI plugin] page.
48
56
49
-
50
57
////
51
58
[id="dashboards_{context}"]
52
59
== Dashboards
@@ -57,4 +64,4 @@ This results in a unified observability experience across different data sources
57
64
58
65
For more information, see the xref :../../../observability/cluster_observability_operator/ui_plugins/dashboard-ui-plugin.adoc#dashboard-ui-plugin[dashboard UI plugin] page.
0 commit comments