diff --git a/modules/gitops-accessing-gitops-monitoring-dashboards.adoc b/modules/gitops-accessing-gitops-monitoring-dashboards.adoc index 5c22271fbe5f..64642c9ed697 100644 --- a/modules/gitops-accessing-gitops-monitoring-dashboards.adoc +++ b/modules/gitops-accessing-gitops-monitoring-dashboards.adoc @@ -24,9 +24,8 @@ Disabling or changing the content of the dashboards is not supported. . In the *Administrator* perspective of the web console, go to *Observe* -> *Dashboards*. -. From the *Dashboard* drop-down list, select the desired {gitops-shortname} dashboard: *{gitops-shortname} (Overview)*, *{gitops-shortname} / Components*, or *{gitops-shortname} / gRPC Services*. +. From the *Dashboard* drop-down list, select the desired {gitops-shortname} dashboard: *{gitops-shortname} (Overview)*, *{gitops-shortname} / Components*, *{gitops-shortname} / gRPC Services* or *{gitops-shortname} / Rollouts*. . Optional: Choose a specific namespace, cluster, and interval from the *Namespace*, *Cluster*, and *Interval* drop-down lists. -. View the desired {gitops-shortname} metrics in the {gitops-shortname} dashboard. - +. View the desired {gitops-shortname} metrics in the {gitops-shortname} dashboard. \ No newline at end of file diff --git a/observability/monitoring/monitoring-with-gitops-dashboards.adoc b/observability/monitoring/monitoring-with-gitops-dashboards.adoc index afc2ca37118c..8ba3504aaec7 100644 --- a/observability/monitoring/monitoring-with-gitops-dashboards.adoc +++ b/observability/monitoring/monitoring-with-gitops-dashboards.adoc @@ -8,11 +8,12 @@ toc::[] You can access a graphical view of {gitops-shortname} instances with {gitops-title} monitoring dashboards to observe the behavior and usage of each instance across the cluster. -There are three {gitops-shortname} dashboards available: +There are four {gitops-shortname} dashboards available: * *{gitops-shortname} Overview*: See an overview of all {gitops-shortname} instances installed on the cluster, including the number of applications, health and sync status, application and sync activity. * *{gitops-shortname} Components*: View detailed information, such as CPU or memory, for application-controller, repo-server, server, and other {gitops-shortname} components. * *{gitops-shortname} gRPC Services*: View metrics related to gRPC service activity between the various components in {gitops-title}. +* *{gitops-shortname} Rollouts*: View metrics related to the total active Rollouts resources, the number of available, desired, and unavailable replicas, and statistics on the performance of the Rollouts controller. // Accessing GitOps monitoring dashboards include::modules/gitops-accessing-gitops-monitoring-dashboards.adoc[leveloffset=+1]