devenv: removed min-interval setting from influxdb-datasources (#32002)

This commit is contained in:
Gábor Farkas
2021-03-16 14:42:28 +01:00
committed by GitHub
parent e967ad9ca9
commit 13fd2bd53f
2 changed files with 0 additions and 8 deletions

View File

@@ -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

View File

@@ -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