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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

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

View File

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