mirror of
https://github.com/valitydev/helmsdeep.git
synced 2024-11-06 08:55:21 +00:00
add new dashboards to grafana (#185)
* add new dashboards to grafana * fix wrong end Co-authored-by: ilya <Ilya Ivanov>
This commit is contained in:
parent
12e1ebc243
commit
efd6f577a6
6002
config/prometheus/dashboards/result/common-wall.json
Normal file
6002
config/prometheus/dashboards/result/common-wall.json
Normal file
File diff suppressed because it is too large
Load Diff
1679
config/prometheus/dashboards/result/tv1.json
Normal file
1679
config/prometheus/dashboards/result/tv1.json
Normal file
File diff suppressed because it is too large
Load Diff
1959
config/prometheus/dashboards/result/tv2.json
Normal file
1959
config/prometheus/dashboards/result/tv2.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -121,6 +121,15 @@ grafana:
|
|||||||
machinegun-namespace:
|
machinegun-namespace:
|
||||||
json: |
|
json: |
|
||||||
{{- readFile "dashboards/result/machinegun-namespace.json" | nindent 10 }}
|
{{- readFile "dashboards/result/machinegun-namespace.json" | nindent 10 }}
|
||||||
|
tv1:
|
||||||
|
json: |
|
||||||
|
{{- readFile "dashboards/result/tv1.json" | nindent 10 }}
|
||||||
|
tv2:
|
||||||
|
json: |
|
||||||
|
{{- readFile "dashboards/result/tv2.json" | nindent 10 }}
|
||||||
|
common-wall:
|
||||||
|
json: |
|
||||||
|
{{- readFile "dashboards/result/common-wall.json" | nindent 10 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
grafana.ini:
|
grafana.ini:
|
||||||
|
Loading…
Reference in New Issue
Block a user