mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user