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 从 0 到 1:使用 Loki + Promtail + Grafana 搭建日... 2 ImagePrompt:一款 AI 图片提示词工具,使用图片 3 使用Easy Dataset为大模型准备训练数据,在线部署 4 Kubernetes集群日志-使用Loki实现高效日志分析和查询 5 2025,务必开始让ai软件为你打工 6 软件著作权申请简明流程 7 静态路由:使用静态让所有主机实现相互通信,并都可以访问公网_采用静态路由方式,实... 8 链路聚合:二层和三层设备都使用链路聚合(实现负载均衡),并使所有vlan可以相互... 9 使用 OSPF 协议(多区域)实现不同路由器间互通 10 VMware VSAN 6.7 安装部署指南 11 华为fusioncompute利用模板创建虚拟机 12 华为fusioncomptue虚拟机中安装Windows