目录
下载
1、下载地址:https://prometheus.io/download/
2、根据实际版本进行下载,当前下载
部署
1、将安装包上传到服务器/data目录
2、解压
tar -zxvf prometheus-2.28.1.linux-amd64.tar.gz
3、修改目录
mv prometheus-2.28.1.linux-amd64 prometheus
检查配置文件
该步骤非必须,但修改prometheus.yml文件后都建议执行该操作进行检查
1、进入prometheus安装目录
2、检查./promtool check config prometheus.yml
启动
安装目录下启动./prometheus --config.file=prom