This commit is contained in:
Björn Busse 2021-03-03 20:37:15 +01:00
parent 7f81df826a
commit f052f01ebf
2 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ prom_hbase_readable = Gauge('hbase_is_readable', 'HBase is readable')
prom_hbase_writeable = Gauge('hbase_is_writeable', 'HBase is writeable')
prom_zookeeper_num = Gauge('zookeeper_num', 'Known ZooKeeper Servers')
prom_zookeeper_num_live = Gauge('zookeeper_num_live', 'Live ZooKeeper Servers')
prom_zookeeper_has_leader = Gauge('zookeeper_has_leader', 'ZooKeeper cluser has a leader')
prom_zookeeper_has_leader = Gauge('zookeeper_has_leader', 'ZooKeeper cluster has a leader')
# HDFS/HBase
hdfs_config_file = "/etc/hadoop/conf/hdfs-site.xml"