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

pull/31768/head^2
Gábor Farkas 4 years ago committed by GitHub
parent e967ad9ca9
commit 13fd2bd53f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      devenv/datasources.yaml
  2. 4
      devenv/datasources_docker.yaml

@ -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…
Cancel
Save