diff --git a/docs/_files/cluster-dashboard.png b/docs/_files/cluster-dashboard.png new file mode 100644 index 00000000..c7c4ba0e Binary files /dev/null and b/docs/_files/cluster-dashboard.png differ diff --git a/docs/guides/installation.md b/docs/guides/installation.md index 5bc27718..457167de 100644 --- a/docs/guides/installation.md +++ b/docs/guides/installation.md @@ -393,12 +393,17 @@ kubectl -n gotk-system port-forward svc/grafana 3000:3000 ``` Navigate to [http://localhost:3000/d/gitops-toolkit-control-plane](http://localhost:3000/d/gitops-toolkit-control-plane/gitops-toolkit-control-plane) -for the control plane dashboards: +for the control plane dashboard: ![](../_files/cp-dashboard-p1.png) ![](../_files/cp-dashboard-p2.png) +Navigate to [http://localhost:3000/d/gitops-toolkit-cluster](http://localhost:3000/d/gitops-toolkit-cluster/gitops-toolkit-cluster-stats) +for the cluster reconciliation stats dashboard: + +![](../_files/cluster-dashboard.png) + If you wish to use your own Prometheus and Grafana instances, then you can import the dashboards from [GitHub](https://github.com/fluxcd/toolkit/tree/main/manifests/monitoring/grafana/dashboards).