1 Star 0 Fork 4

xiao_xu_zi/Thanos

forked from Gitee 极速下载/Thanos 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitpod.yml 810 Bytes
一键复制 编辑 原始数据 按行查看 历史
Adam Domagalski 提交于 2020-11-24 13:04 . Add .gitpod (#3499)
tasks:
- init: >
test -f go.mod && go get -v ./...;
wget https://github.com/prometheus/prometheus/releases/download/v2.22.2/prometheus-2.22.2.linux-amd64.tar.gz --directory-prefix=/tmp;
cd /tmp && tar xvfz prometheus-*.tar.gz && rm prometheus-*.tar.gz;
mv prometheus-*/prometheus /workspace/go/bin/;
wget https://raw.githubusercontent.com/vishnubob/wait-for-it/master/wait-for-it.sh && chmod u+x ./wait-for-it.sh && cd /workspace/thanos/scripts && mv /tmp/wait-for-it.sh .;
./quickstart.sh;
for i in {0..2};do ./wait-for-it.sh -q localhost:909"$i" -- && echo "Prometheus instance no.$((i+1)) localhost:909$i is up"; done;
./wait-for-it.sh localhost:10914 -- && echo "Thanos frontend at localhost:10914 is up";
ports:
- port: 10914
onOpen: open-preview
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/idevs/Thanos.git
git@gitee.com:idevs/Thanos.git
idevs
Thanos
Thanos
main

搜索帮助

D67c1975 1850385 1daf7b77 1850385