prometheus 通过命令热加载
[root@monitor prometheus]# curl -XPOST localhost:9090/-/reload
Lifecycle API is not enabled.
添加--web.enable-lifecycle

[root@monitor prometheus]# curl -XPOST localhost:9090/-/reload
Lifecycle API is not enabled.
添加--web.enable-lifecycle
