mirror of
https://github.com/grafana/grafana.git
synced 2024-12-29 10:21:41 -06:00
15 lines
293 B
Plaintext
15 lines
293 B
Plaintext
|
local arr = std.range(1, 100);
|
||
|
|
||
|
{
|
||
|
"apiVersion": 1,
|
||
|
"datasources": [
|
||
|
{
|
||
|
"name": 'gfdev-bulkalerting-' + counter,
|
||
|
"type": "prometheus",
|
||
|
"access": "proxy",
|
||
|
"url": "http://localhost:9090"
|
||
|
}
|
||
|
for counter in arr
|
||
|
],
|
||
|
}
|