mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
provisioning: makes the interval for polling for changes configurable
This commit is contained in:
@@ -5,7 +5,7 @@ bulkDashboard() {
|
||||
requiresJsonnet
|
||||
|
||||
COUNTER=0
|
||||
MAX=4
|
||||
MAX=400
|
||||
while [ $COUNTER -lt $MAX ]; do
|
||||
jsonnet -o "dashboards/bulk-testing/dashboard${COUNTER}.json" -e "local bulkDash = import 'dashboards/bulk-testing/bulkdash.jsonnet'; bulkDash + { uid: 'uid-${COUNTER}', title: 'title-${COUNTER}' }"
|
||||
let COUNTER=COUNTER+1
|
||||
|
Reference in New Issue
Block a user