prometheus使用技巧
所属分类 prometheus
浏览量 1463
promtool 检查配置文件
./promtool check config prometheus.yml
nohup ./prometheus --web.listen-address="0.0.0.0:7010" --web.enable-lifecycle &
--web.enable-lifecycle 支持热更新
重新加载配置
curl -X POST http://localhost:7010/-/reload
/status
查看 启动时间 工作目录 上一次配置加载时间 版本
/flags
查看命令行参数
/config
查看配置信息
/targets
查看 抓取目标
结合 node_exporter 实现系统监控
nohup ./node_exporter &
Node Exporter Full
https://grafana.com/dashboards/1860
上一篇
下一篇
性能压测谨慎使用监控工具
越是平凡的陪伴就越长久
groovy实战例子
linux ss 命令
上市首日 创业板 VS 科创板
Octet 和 Byte 区别