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:
TeadRIM 2021-03-11 18:31:46 +03:00 committed by GitHub
parent 12e1ebc243
commit efd6f577a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9649 additions and 0 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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: