Skip to content

Commit

Permalink
Merge pull request #337 from fluxcd/monitoring
Browse files Browse the repository at this point in the history
Add cluster stats dashboard to monitoring stack
  • Loading branch information
stefanprodan authored Oct 14, 2020
2 parents a37be43 + ca8cf44 commit 4464252
Show file tree
Hide file tree
Showing 4 changed files with 912 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
Loading

0 comments on commit 4464252

Please sign in to comment.