Add http to url of datasources
This commit is contained in:
parent
596c9312ec
commit
171b1b0c51
1 changed files with 1 additions and 1 deletions
|
|
@ -3,4 +3,4 @@ apiVersion: 1
|
||||||
datasources:
|
datasources:
|
||||||
- name: Prometheus
|
- name: Prometheus
|
||||||
type: prometheus
|
type: prometheus
|
||||||
url: prometheus:9090
|
url: http://prometheus:9090
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue