To enable viewing of cluster metrics in the OpenShift web console, enable the Grafana dashboards as follows. Unless specified otherwise, run all the commands as user core.
- Log in to the CSAH node.
- Obtain the Grafana route:
[core@csah ~]$ oc get routes --all-namespaces |grep -i grafana
openshift-monitoring grafana grafana-openshift-monitoring.apps.ocp.example.com grafana https reencrypt/Redirect None
- Open a web browser and paste in the URL (grafana-openshift-monitoring.apps.ocp.example.com from the preceding output example).
- Log in as kubeadmin or as a user with cluster admin privileges.
A list of available components in the cluster is displayed.
- Click etcd.
The dashboard shows the active streams, number of etcd nodes up, and other details, as shown in the following figure:

Figure 21. Sample Grafana dashboard