about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2020-10-23T15·13-0400
committerglittershark <grfn@gws.fyi>2020-10-23T15·23+0000
commit254ddc45f8f7f48219edc580e0102217578603b6 (patch)
tree305dfe4c3ce73eca19f09ffcaf3bb3bfd6c45e2c
parent92a371499bd678099374bfeddee46ccea553c128 (diff)
fix(gs/mugwump): Add missing scheme to grafana datasource r/1860
Change-Id: I954fcca422f2e1325c2455cb1c4d77d53673901f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2061
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
-rw-r--r--users/glittershark/system/system/machines/mugwump.nix2
1 files changed, 1 insertions, 1 deletions
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";
       }];
     };
   };