Add grafana dashboards and configmap creation for auto provisioning (#2519)
* Add grafana dashboards and configmap creation * Fix Data source, job and template rules * Add units to all panels * fix units and fix linting issues * Enable verbose linting for dashboards Co-authored-by: shaunak_deshmukh <shaunak@infracloud.io>
This commit is contained in:
co-authored by
shaunak_deshmukh
parent
dea7b2be94
commit
05130949ad
@@ -12,5 +12,5 @@ DASHBOARD_PATH="$BASE_PATH/charts/fission-all/dashboards/*"
|
||||
|
||||
for f in $DASHBOARD_PATH
|
||||
do
|
||||
dashboard-linter lint --strict $f
|
||||
dashboard-linter lint --strict --verbose $f
|
||||
done
|
||||
Reference in New Issue
Block a user