From 254ddc45f8f7f48219edc580e0102217578603b6 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Fri, 23 Oct 2020 11:13:22 -0400 Subject: fix(gs/mugwump): Add missing scheme to grafana datasource Change-Id: I954fcca422f2e1325c2455cb1c4d77d53673901f Reviewed-on: https://cl.tvl.fyi/c/depot/+/2061 Reviewed-by: glittershark Tested-by: BuildkiteCI --- users/glittershark/system/system/machines/mugwump.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/glittershark/system/system/machines/mugwump.nix b/users/glittershark/system/system/machines/mugwump.nix index 31307cd10e..7d930fc20a 100644 --- a/users/glittershark/system/system/machines/mugwump.nix +++ b/users/glittershark/system/system/machines/mugwump.nix @@ -88,7 +88,7 @@ with lib; datasources = [{ name = "Prometheus"; type = "prometheus"; - url = "localhost:9090"; + url = "http://localhost:9090"; }]; }; }; -- cgit 1.4.1