Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions modules/gitops-accessing-gitops-monitoring-dashboards.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down