启用 Prometheus 监控类 2024-5-14 10:25 | 477 | 0 | Zookeeper,开源组件 425 字 | 9 分钟 一 概述 从 Zookeeper 3.6.0 版本开始已经内置 Prometheus Client,通过配置可以通过 /metrics 接口进行暴露给 Prometheus 进行监控。 Notes: 参考 《ZooKeeper Monitor Guide》 二 启用 2.1 备份配置文件 # 注:我的环境的路径是 /etc/zookeeper/zo…