Devenv: Graphite docker blocks fixes (#32352)

* Fix running graphite data sources in dev env

* Remove broken dashboard files

* Add Graphite 1.0 and 0.9 to provisioned data sources
This commit is contained in:
Piotr Jamróz
2021-03-30 09:25:27 +02:00
committed by GitHub
parent 678dcf6811
commit 3fcff2555a
45 changed files with 66 additions and 3975 deletions

View File

@@ -8,6 +8,20 @@ datasources:
jsonData:
graphiteVersion: "1.1"
- name: gdev-graphite-1.0
type: graphite
access: proxy
url: http://localhost:8280
jsonData:
graphiteVersion: "1.0"
- name: gdev-graphite-0.9
type: graphite
access: proxy
url: http://localhost:8380
jsonData:
graphiteVersion: "0.9"
- name: gdev-prometheus
type: prometheus
access: proxy
@@ -30,7 +44,7 @@ datasources:
url: http://localhost:8086
secureJsonData:
password: grafana
- name: gdev-influxdb2
type: influxdb
access: proxy
@@ -62,7 +76,7 @@ datasources:
url: http://localhost:8086
secureJsonData:
password: grafana
- name: gdev-opentsdb
type: opentsdb
access: proxy