下载

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
nohup ./prometheus --config.file=prometheus.yml --web.listen-address=:9090 --storage.tsdb.retention.time=30d --web.enable-lifecycle 1>prometheus.log 2>&1 &

#修改配置文件后使得配置文件生效
curl -X POST http://localhost:9090/-/reload 

  

 posted on 2022-12-14 11:31  boye169  阅读(50)  评论(0编辑  收藏  举报