下载
https://prometheus.io/download/
安装、启动
wget https://github.com/prometheus/prometheus/releases/download/v2.40.6/prometheus-2.40.6.linux-amd64.tar.gz tar -zxvf prometheus-2.40.6.linux-amd64.tar.gz -C /home/boye/software cd /home/boye/software/prometheus-2.40.6.linux-amd64 #进行热加载操作,需要在 Prometheus 服务启动时指定 --web.enable-lifecycle ./prometheus --config.file=prometheus.yml --web.listen-address=:9090 --storage.tsdb.retention.time=30d --web.enable-lifecycle #修改配置文件后使得配置文件生效 curl -X POST http://localhost:9090/-/reload
标签:web,amd64,tar,--,普罗米修斯,prometheus,linux,安装 From: https://www.cnblogs.com/boye169/p/16981626.html