作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我下载的prometheus版本是2.3.2
wget https://github.com/prometheus/prometheus/releases/download/v2.3.2/prometheus-2.3.2.linux-amd64.tar.gz
root@UTVA-kafka-msg-size-2mb-02509:/home/ubuntu# promtool version
prometheus, version 0.16.2+ds (branch: debian/sid, revision: 0.16.2+ds-1ubuntu1)
build user: pkg-go-maintainers@lists.alioth.debian.org
build date: 20160408-04:15:29
go version: go1.6
最佳答案
您可以使用 go
直接从 github 安装最新/所需的版本。确保你已经设置好了。为方便起见,还将 GOPATH 添加到您的 PATH,例如对于 ZSH:
export PATH=$PATH:$GOPATH/bin
然后你可以使用
go get
安装它:
GO111MODULE=on go get github.com/prometheus/prometheus/cmd/promtool
现在您的 PATH 中有 GOPATH,您可以简单地从 shell 调用它:
➜ ~ promtool --version
promtool, version (branch: , revision: )
build user:
build date:
go version: go1.12.7
编辑:
GO111MODULE=on
到
go
命令为
the vendor
directory has been removed
关于grafana - 如何在 ubuntu 中安装最新版本的 prometheus/promtool?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54819160/
我下载的prometheus版本是2.3.2 wget https://github.com/prometheus/prometheus/releases/download/v2.3.2/promet
我是一名优秀的程序员,十分优秀!