prometheus监控zookeeper方案

这里要求zookeeper版本必须达到3.6或以上,用的是官方自带的监控信息。

官方下载地址 https://zookeeper.apache.org/releases.html#download

然后在zookeeper的配置文件,比如zoo.cfg最后面加上这一段

bash 复制代码
metricsProvider.className=org.apache.zookeeper.metrics.prometheus.PrometheusMetricsProvider
metricsProvider.httpPort=7000
metricsProvider.exportJvmInfo=true

比如就把7000端口暴露出来为监控用

然后在普米配置文件配置即可

bash 复制代码
- job_name: 'zookeeper-monitor'
  static_configs:
  - targets: ['x.x.x.x:7000']
     labels: { job: 'zookeeper', region: 'xxx环境'}
相关推荐
运维&陈同学5 小时前
【zookeeper01】消息队列与微服务之zookeeper工作原理
运维·分布式·微服务·zookeeper·云原生·架构·消息队列
谭震鸿16 小时前
Zookeeper集群搭建Centos环境下
分布式·zookeeper·centos
菜鸟挣扎史2 天前
grafana+prometheus+windows_exporter实现windows进程资源占用的监控
windows·grafana·prometheus·进程·process
求积分不加C2 天前
zookeeper is not a recognized option--解决方案
分布式·zookeeper·云原生
牙牙7053 天前
Prometheus结合K8s(二)使用
容器·kubernetes·prometheus
Karoku0664 天前
【企业级分布式系统】ZooKeeper集群
linux·运维·数据库·分布式·zookeeper·云原生
fengqing55784 天前
zookeeper安装教程
分布式·zookeeper·云原生
牙牙7054 天前
Prometheus结合K8s(一)搭建
容器·kubernetes·prometheus
zhcf4 天前
【Zookeeper】一、Zookeeper的使命
分布式·zookeeper
活跃的煤矿打工人4 天前
【星海随笔】分布式管理Zookeeper
分布式·zookeeper·云原生