feat: add Kiam Grafana dashboard
This commit is contained in:
parent
2ab696c19e
commit
10492add9b
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: kubezero-kiam
|
||||
description: KubeZero Umbrella Chart for Kiam
|
||||
type: application
|
||||
version: 0.3.3
|
||||
version: 0.3.4
|
||||
appVersion: "4.0"
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
|
7
charts/kubezero-kiam/dashboards.yaml
Normal file
7
charts/kubezero-kiam/dashboards.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
configmap: grafana-dashboards-kiam
|
||||
gzip: true
|
||||
folder: AWS
|
||||
dashboards:
|
||||
- name: kiam
|
||||
url: https://raw.githubusercontent.com/uswitch/kiam/master/docs/dashboard-prom.json
|
||||
tags: ['AWS']
|
13
charts/kubezero-kiam/templates/grafana-dashboards.yaml
Normal file
13
charts/kubezero-kiam/templates/grafana-dashboards.yaml
Normal file
File diff suppressed because one or more lines are too long
5
charts/kubezero-kiam/update.sh
Executable file
5
charts/kubezero-kiam/update.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
|
||||
# Fetch dashboards
|
||||
../kubezero-metrics/sync_grafana_dashboards.py dashboards.yaml templates/grafana-dashboards.yaml
|
Loading…
Reference in New Issue
Block a user