Sfoglia il codice sorgente

chore(grafana/datasource): Change the DNS name for influxdb

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 2 anni fa
parent
commit
ca0e3718dd
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      grafana/provisioning/datasources/datasource.yaml

+ 2 - 1
grafana/provisioning/datasources/datasource.yaml

@@ -5,6 +5,7 @@ datasources:
   - name: "InfluxDB-speedtest"
   - name: "InfluxDB-speedtest"
     type: "influxdb"
     type: "influxdb"
     access: proxy
     access: proxy
-    url: http://influxdb:8086
+    url: http://speedtest:8086
     database: speedtest
     database: speedtest
     version: 1
     version: 1
+    readOnly: false