mirror of https://github.com/grafana/grafana.git
Devenv: Update Graphite port in dev datasources (#17255)
This commit is contained in:
parent
b0ea3a8c88
commit
a7aaed49b5
|
@ -1,10 +1,11 @@
|
|||
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: gdev-graphite
|
||||
type: graphite
|
||||
access: proxy
|
||||
url: http://localhost:8080
|
||||
url: http://localhost:8180
|
||||
jsonData:
|
||||
graphiteVersion: "1.1"
|
||||
|
||||
|
|
Loading…
Reference in New Issue