From aa72f7ac727ccf2584cbfbc6008b570c5fc59db2 Mon Sep 17 00:00:00 2001 From: Shizun Ge Date: Sun, 31 Oct 2021 00:25:44 -0700 Subject: [PATCH] Add http to url of datasources --- examples/grafana-datasource.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/grafana-datasource.yml b/examples/grafana-datasource.yml index 8a20526..f6faf76 100644 --- a/examples/grafana-datasource.yml +++ b/examples/grafana-datasource.yml @@ -3,4 +3,4 @@ apiVersion: 1 datasources: - name: Prometheus type: prometheus - url: prometheus:9090 \ No newline at end of file + url: http://prometheus:9090