Skip to content

Commit

Permalink
Add cluster stats dashboard to docs
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
  • Loading branch information
stefanprodan committed Oct 14, 2020
1 parent 4565165 commit ca8cf44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added docs/_files/cluster-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion docs/guides/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit ca8cf44

Please sign in to comment.