fix(gs/mugwump): Add missing scheme to grafana datasource

Change-Id: I954fcca422f2e1325c2455cb1c4d77d53673901f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2061
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Griffin Smith 2020-10-23 11:13:22 -04:00 committed by glittershark
parent 92a371499b
commit 254ddc45f8

View file

@ -88,7 +88,7 @@ with lib;
datasources = [{ datasources = [{
name = "Prometheus"; name = "Prometheus";
type = "prometheus"; type = "prometheus";
url = "localhost:9090"; url = "http://localhost:9090";
}]; }];
}; };
}; };