mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 00:47:38 -06:00
devenv: removed min-interval setting from influxdb-datasources (#32002)
This commit is contained in:
parent
e967ad9ca9
commit
13fd2bd53f
@ -28,8 +28,6 @@ datasources:
|
||||
database: site
|
||||
user: grafana
|
||||
url: http://localhost:8086
|
||||
jsonData:
|
||||
timeInterval: "15s"
|
||||
secureJsonData:
|
||||
password: grafana
|
||||
|
||||
@ -62,8 +60,6 @@ datasources:
|
||||
database: telegraf
|
||||
user: grafana
|
||||
url: http://localhost:8086
|
||||
jsonData:
|
||||
timeInterval: "10s"
|
||||
secureJsonData:
|
||||
password: grafana
|
||||
|
||||
|
@ -29,8 +29,6 @@ datasources:
|
||||
database: site
|
||||
user: grafana
|
||||
url: http://influxdb:8086
|
||||
jsonData:
|
||||
timeInterval: "15s"
|
||||
secureJsonData:
|
||||
password: grafana
|
||||
|
||||
@ -61,8 +59,6 @@ datasources:
|
||||
database: telegraf
|
||||
user: grafana
|
||||
url: http://influxdb:8086
|
||||
jsonData:
|
||||
timeInterval: "10s"
|
||||
secureJsonData:
|
||||
password: grafana
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user