摘要:
Prometheus-Server 联邦集群环境: prometheus 主节点 prometheus-1 联邦节点1 prometheus-2 联邦节点2 node1 联邦节点1的目标采集服务器 node2 联邦节点2的目标采集服务器 安装prometheus-server(主节点与联邦节点均部署 阅读全文
Prometheus-Server 联邦集群环境: prometheus 主节点 prometheus-1 联邦节点1 prometheus-2 联邦节点2 node1 联邦节点1的目标采集服务器 node2 联邦节点2的目标采集服务器 安装prometheus-server(主节点与联邦节点均部署 阅读全文
posted @ 2023-01-10 20:47
PunchLinux
阅读(341)
评论(0)
推荐(0)

Alertmanager prometheus-server 触发一条告警的过程: prometheus >触发阈值 >超出持续时间 >alertmanager >分组|抑制|静默 >媒体类型 >邮件|钉钉|微信等。 分组(group): 将类似性质的警报合并为单个通知,比如网络通知、主机通知、服务
blackbox_exporter 监控组件 blackbox_exporter 是 Prometheus 官方提供的一个 exporter,可以监控 HTTP、 HTTPS,、DNS、 TCP 、ICMP 等目标实例,从而实现对被监控节点进行监控 和数据采集。promethes调用blackbox
服务监控 可以根据prometheus官网找到对应服务的exporter https://prometheus.io/docs/instrumenting/exporters/ 监控tomcat容器 基于第三方 exporter 实现对目的服务的监控 github项目地址:https://githu
kube-state-metrics 组件介绍 github项目地址:https://github.com/kubernetes/kube-state-metrics Kube-state-metrics: 通过监听 API Server 生成有关资源对象的状态指标,比如 Deployment、No
安装consul consul官网:https://www.consul.io/ Consul 是分布式 k/v 数据存储集群,目前常用于服务的服务注册和发现。 官网下载 下载链接1 https://www.consul.io/downloads 下载链接2 https://releases.has
浙公网安备 33010602011771号