cauwulixuan / hadoop_exporter

A hadoop exporter for prometheus, scrape hadoop metrics (including HDFS, YARN, MAPREDUCE, HBASE. etc.) from hadoop components jmx url.
87 stars 54 forks source link

/alert/getservicesbyhost 接口是谁的服务? #3

Open zchlive opened 5 years ago

zchlive commented 5 years ago

代码是不是还没开发完? 看样子应该还要起个服务,来提供/alert/getservicesbyhost 访问吧

shuoshadow commented 5 years ago

我也看到了,好像还有的服务去获取所有的node已经其上的服务信息

sidharthk commented 5 years ago

Hi, Even i am facing the same issue. Can you please help with any work around and what does it actually mean.

wtx626 commented 4 years ago

不要这个服务会怎么样

opsnull commented 4 years ago

@zchlive @shuoshadow @sidharthk @wtx626

可以参考这个 https://github.com/opsnull/hadoop_jmx_exporter,参考自这个 repo。

HeChuanXUPT commented 4 years ago

从hadoop_exporter启动会有这个问题, 从cmd下面各个单独的exporter启动就可以, -s参数随便指定都行(不会使用到)

hblicy commented 3 years ago

这个hive_server.py怎么启动报错UnboundLocalError: local variable 'host' referenced before assignment

HeChuanXUPT commented 3 years ago

这个hive_server.py怎么启动报错UnboundLocalError: local variable 'host' referenced before assignment

@hblicy 这个目前没有维护了好像, 你需要自己看源码, 或者另找其他项目了

hblicy commented 3 years ago

@HeChuanXUPT 是的,我改了一下源码,现在能启动了,但是我发现这个hive监控的还是获取不到太多有用的信息,我是hive_3.1.0,不知道哪里还有比较好的项目,能告知一下吗?