随笔- 310  文章- 1  评论- 0  阅读- 85844 

下载

https://prometheus.io/download/

 

 

安装、启动

1
2
3
4
5
6
7
8
9
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   boye169  阅读(55)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 【杭电多校比赛记录】2025“钉耙编程”中国大学生算法设计春季联赛(1)
点击右上角即可分享
微信分享提示