open-falcon / falcon-plus

An open-source and enterprise-level monitoring system.
Apache License 2.0
7.27k stars 1.53k forks source link

能否监控大数据组件等,例如:hadoop、spark等 #507

Open sunnyvinson opened 6 years ago

sunnyvinson commented 6 years ago

open-falcon是否支持对这些的监控:非kubernetes部署的中间件、大数据组件等,例如:hadoop、spark等

MistShi commented 6 years ago

具体期望的指标有哪些呢?

missuzhang commented 6 years ago

可以自己写falcon插件,hadoop,spark自身都有监控,转换成falcon的metric上报上来就可以了。

MistShi commented 6 years ago

@sunnyvinson 跟我们内部的负责hadoop系方向的同学聊了一下,目前内部是通过jmx的接口获取的,但由于相关的metric非常多,自己做了一层筛选和过滤,然后推到falcon里面的。

sunnyvinson commented 6 years ago

好的,谢谢

lanshen 邮箱:sunnyvinson@163.com

Signature is customized by Netease Mail Master

在2018年08月15日 08:27,MistShi 写道:

@sunnyvinson 跟我们内部的负责hadoop系方向的同学聊了一下,目前内部是通过jmx的接口获取的,但由于相关的metric非常多,自己做了一层筛选和过滤,然后推到falcon里面的。

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

MistShi commented 6 years ago

@sunnyvinson 炸裂。。。这个通过啥来做的