码迷,mamicode.com
首页 > 其他好文 > 详细

Prometheus 安装

时间:2020-06-11 18:17:38      阅读:52      评论:0      收藏:0      [点我收藏+]

标签:方式   life   web   code   进程   两种   查看   conf   成功   

prometheus 安装

  官网:https://prometheus.io/download/
  GitHub:https://github.com/prometheus/prometheus
Prometheus配置信息的热加载有两种方式:

第一种热加载方式:查看Prometheus的进程id,发送 SIGHUP 信号:

kill -HUP <pid>

第二种热加载方式:发送一个POST请求到 /-/reload ,需要在启动时给定 --web.enable-lifecycle 选项:

curl -X POST http://localhost:9090/-/reload

如果配置热加载成功,Prometheus会打印出下面的log:

... msg="Loading configuration file" filename=prometheus.yml ...

Prometheus 安装

标签:方式   life   web   code   进程   两种   查看   conf   成功   

原文地址:https://www.cnblogs.com/hequan/p/13094919.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!