feat(grafana_dashboard): nfc custom, cluster overview

!1
This commit is contained in:
2023-09-27 14:39:43 +09:30
parent c8ea929873
commit e7480105f7
2 changed files with 1300 additions and 0 deletions

1281
files/dashboard-summary.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,19 @@
---
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDashboard
metadata:
name: cluster-summary
namespace: grafana
spec:
allowCrossNamespaceImport: false
folder: No Fuss Monitoring
resyncPeriod: 30s
instanceSelector:
matchLabels:
app.kubernetes.io/component: graphing
app.kubernetes.io/instance: k8s
app.kubernetes.io/name: grafana
{{ $Dashboard := .Files.Get "files/dashboard-summary.json" | fromJson }}
json: >-
{{ $Dashboard | toRawJson }}