mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -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
|
database: site
|
||||||
user: grafana
|
user: grafana
|
||||||
url: http://localhost:8086
|
url: http://localhost:8086
|
||||||
jsonData:
|
|
||||||
timeInterval: "15s"
|
|
||||||
secureJsonData:
|
secureJsonData:
|
||||||
password: grafana
|
password: grafana
|
||||||
|
|
||||||
@ -62,8 +60,6 @@ datasources:
|
|||||||
database: telegraf
|
database: telegraf
|
||||||
user: grafana
|
user: grafana
|
||||||
url: http://localhost:8086
|
url: http://localhost:8086
|
||||||
jsonData:
|
|
||||||
timeInterval: "10s"
|
|
||||||
secureJsonData:
|
secureJsonData:
|
||||||
password: grafana
|
password: grafana
|
||||||
|
|
||||||
|
@ -29,8 +29,6 @@ datasources:
|
|||||||
database: site
|
database: site
|
||||||
user: grafana
|
user: grafana
|
||||||
url: http://influxdb:8086
|
url: http://influxdb:8086
|
||||||
jsonData:
|
|
||||||
timeInterval: "15s"
|
|
||||||
secureJsonData:
|
secureJsonData:
|
||||||
password: grafana
|
password: grafana
|
||||||
|
|
||||||
@ -61,8 +59,6 @@ datasources:
|
|||||||
database: telegraf
|
database: telegraf
|
||||||
user: grafana
|
user: grafana
|
||||||
url: http://influxdb:8086
|
url: http://influxdb:8086
|
||||||
jsonData:
|
|
||||||
timeInterval: "10s"
|
|
||||||
secureJsonData:
|
secureJsonData:
|
||||||
password: grafana
|
password: grafana
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user