千家信息网

(4)prometheus动态加载配置reload

发表于:2025-02-04 作者:千家信息网编辑
千家信息网最后更新 2025年02月04日,动态加载配置的方法1:prometheus进程发送SIGHUP信号shell> kill -HUP pgrep prometheus动态加载配置的方法2:以守护进程的方式启动shell>systemc
千家信息网最后更新 2025年02月04日(4)prometheus动态加载配置reload

动态加载配置的方法1:
prometheus进程发送SIGHUP信号
shell> kill -HUP pgrep prometheus

动态加载配置的方法2:
以守护进程的方式启动
shell>systemctl restart prometheus

0