diff --git a/content/en/flux/monitoring/logs.md b/content/en/flux/monitoring/logs.md index 26d491561..c3cfc2b43 100644 --- a/content/en/flux/monitoring/logs.md +++ b/content/en/flux/monitoring/logs.md @@ -146,7 +146,9 @@ dashboard in [`monitoring/configs/dashboards/logs.json`](https://github.com/fluxcd/flux2-monitoring-example/tree/main/monitoring/configs/dashboards/logs.json) that queries and shows logs from all the Flux controllers. -[Insert screenshot of the grafana logs dashboard] +Control plane logs: + +![Control plane logs dashboard](/img/grafana-logs-dashboard.png) This can be used to browse logs from all the Flux controllers in a centralized manner. diff --git a/content/en/flux/monitoring/metrics.md b/content/en/flux/monitoring/metrics.md index 31fa2cdf6..6e43ec64a 100644 --- a/content/en/flux/monitoring/metrics.md +++ b/content/en/flux/monitoring/metrics.md @@ -188,7 +188,21 @@ dashboard shows the overall state of the Flux Sources and Cluster Reconcilers. The Flux Control Plane dashboard shows the statistics of the various components that constitute the Flux Control Plane and their operational metrics. -[Insert screenshots of the grafana dashboards] +Control plane dashboard: + +![Control Plane Dashboard - Part 1](/img/grafana-cp-dashboard-p1.png) + +![Control Plane Dashboard - Part 2](/img/grafana-cp-dashboard-p2.png) + +![Control Plane Dashboard - Part 3](/img/grafana-cp-dashboard-p3.png) + +![Control Plane Dashboard - Part 4](/img/grafana-cp-dashboard-p4.png) + +Cluster reconciliation dashboard: + +![Cluster reconciliation dashboard - Part 1](/img/grafana-cluster-dashboard-p1.png) + +![Cluster reconciliation dashboard - Part 2](/img/grafana-cluster-dashboard-p2.png) More custom metrics can be created and used in the dashboards for monitoring Flux. diff --git a/static/img/grafana-cluster-dashboard-p1.png b/static/img/grafana-cluster-dashboard-p1.png new file mode 100644 index 000000000..ece303128 Binary files /dev/null and b/static/img/grafana-cluster-dashboard-p1.png differ diff --git a/static/img/grafana-cluster-dashboard-p2.png b/static/img/grafana-cluster-dashboard-p2.png new file mode 100644 index 000000000..a1ab08ed0 Binary files /dev/null and b/static/img/grafana-cluster-dashboard-p2.png differ diff --git a/static/img/grafana-cp-dashboard-p1.png b/static/img/grafana-cp-dashboard-p1.png new file mode 100644 index 000000000..cf3cfc6aa Binary files /dev/null and b/static/img/grafana-cp-dashboard-p1.png differ diff --git a/static/img/grafana-cp-dashboard-p2.png b/static/img/grafana-cp-dashboard-p2.png new file mode 100644 index 000000000..2602370dc Binary files /dev/null and b/static/img/grafana-cp-dashboard-p2.png differ diff --git a/static/img/grafana-cp-dashboard-p3.png b/static/img/grafana-cp-dashboard-p3.png new file mode 100644 index 000000000..fb125cad3 Binary files /dev/null and b/static/img/grafana-cp-dashboard-p3.png differ diff --git a/static/img/grafana-cp-dashboard-p4.png b/static/img/grafana-cp-dashboard-p4.png new file mode 100644 index 000000000..df28db9ee Binary files /dev/null and b/static/img/grafana-cp-dashboard-p4.png differ diff --git a/static/img/grafana-logs-dashboard.png b/static/img/grafana-logs-dashboard.png new file mode 100644 index 000000000..bb9509703 Binary files /dev/null and b/static/img/grafana-logs-dashboard.png differ