1、prometheus启动
./prometheus --config.file=prometheus.yml --web.enable-lifecycle
2、更新配置后调用reload配置自动更新
curl -X POST http://localhost:8080/-/reload
记录下
启动prometheus
./prometheus --config.file=prometheus.yml --web.enable-lifecycle
动态更新配置
curl -X POST http://localhost:9090/-reload
访问地址
localhost:9090/graph
localhost:9090/metrics