1
0
mirror of synced 2026-03-24 02:56:57 +00:00

monitoring: Add Grafana Loki HR and Flux logs dashboard

- add loki-stack HelmRelease to install Loki and Promtail in the monitoring namespace
- make the loki-stack HelmRelease depend on kube-prometheus-stack to install Loki's datasource and service monitors in the correct order
- add a Grafana dashboard for displaying and filtering the Flux controllers JSON logs

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
Stefan Prodan
2022-06-03 12:50:41 +03:00
parent cbe1331815
commit 8576073b9d
5 changed files with 386 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ configMapGenerator:
files:
- dashboards/control-plane.json
- dashboards/cluster.json
- dashboards/logs.json
options:
labels:
grafana_dashboard: "1"