登录 注册
当前位置:主页 > 资源下载 > 46 > HBase Prometheus Exporter:hbase-exporter

HBase Prometheus Exporter:hbase-exporter

  • 更新:2024-08-20 23:29:44
  • 大小:18KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

hbase-exporter HBase Prometheus导出器 收集指标并中继JMX指标以供Prometheus使用 由于JMX中一些重要的指标缺失或为空,因此我们另外分析了HBase主界面,例如“过渡中的过时区域” 解析“ hbase hbck”命令的输出以检查HBase中的不一致情况 将Hbase标记为不健康要求满足以下条件之一 至少有一个陈旧的区域正在过渡 'hbase hbck'命令显示HBase不一致 对预定义表的写入不成功 无法确定ZooKeeper领导者 构建/安装依赖性 有关python模块的要求,请参见requirements.txt $ sudo dnf/pkg install python3 当用户执行导出程序(例如hdfs)时: $ sudo su - hdfs $ pip3 install --user -r requirements.txt pr