prometheus.yml 配置
- job_name: 'node_exporter'
consul_sd_configs: - server: 'consul_ip:8500' services: ['node_exporter']
# 匹配service关键字 - job_name: 'service' consul_sd_configs: - server: 'consul_ip:8500' services: [] relabel_configs: - source_labels: [__meta_consul_tags] regex: .*service.* action: keep
注册服务
curl -X PUT -d '{"id": "test1","name": "test1","address": "10.80.229.55","port": 9100,"tags": ["service"],"checks": [{"http": "http:// 10.80.229.55:9100/","interval": "5s"}]}' http://consul_ip:8500/v1/agent/service/register
查询指定节点以及指定的服务信息
curl http://consul_ip:8500/v1/catalog/service/mysql
删除服务
curl --request PUT http://consul_ip:8500/v1/agent/service/deregister/mysql
列出数据中心
curl http://consul_ip:8500/v1/catalog/datacenters
列出节点
curl http://consul_ip:8500/v1/catalog/nodes
列出服务
curl http://consul_ip:8500/v1/catalog/services
列出服务节点
curl http://consul_ip:8500/v1/catalog/service/my-service
上篇:
Prometheus+Grafana+Alertmanager
下篇:
Prometheus+Consul服务自动发现监控
1 网络故障秒排指南:10 个实战命令从入门到精通 2 Echo:还在用“旁路由”?All in One主机才是未来:PVE+OpenW... 3 男人若想发大财,就莫要去打工,我推荐做这二十件事。 4 使用MCP+Neo4j零代码构建自己的知识图谱 5 运维必备:掌握这3个存储技术 6 2025年性价比最高的AI服务器拆解:768GB显存暴打训练慢的痛点 7 2025 年最适合小白的 Python 入门学习路线全解析 8 win11 连接共享打印机报错:0x00000040 或者 .709或者 .11... 9 7大热门Agent框架盘点:助你轻松构建多智能体AI应用 10 IT运维服务方案V3.0【拿来即用】 11 小红书爆款神器上线!讯飞绘文首发“轻图文”功能 12 Thumoon:Python图像处理的高效利器,快速上手指南