Skip to content

Commit

Permalink
Allowing multiple dashboards json.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayja committed Jul 8, 2024
1 parent 4a5e4cd commit b6bf291
Show file tree
Hide file tree
Showing 5 changed files with 4,527 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ providers:
editable: true
updateIntervalSeconds: 10
options:
path: /etc/grafana/provisioning/dashboards
path: /var/lib/grafana/dashboards
5 changes: 4 additions & 1 deletion config/monitoring/grafana/dashboards/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

configMapGenerator:
- name: grafana-dashboards
- name: cluster-dashboard
files:
- cluster.json
- name: node-dashboard
files:
- node.json
generatorOptions:
disableNameSuffixHash: true
Loading

0 comments on commit b6bf291

Please sign in to comment.