# prometheus热重启
prometheus启动命令添加参数 --web.enable-lifecycle
然后热重启:curl -XPOST http://localhost:9090/-/reload
# alertmanager热重启
curl -XPOST http://localhost:9093/-/reload