mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 11:44:26 -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
|
|
],
|
|
}
|