apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.55k stars 26.44k forks source link

How about considering add jmx support for dubbo #6817

Open qixiaobo opened 4 years ago

qixiaobo commented 4 years ago

Prometheus may collect a lot of metrics . For java , we often use jmx_exporter to collect metrics to expose to prometheus. But now dubbo never provide some jmx bean. Even in healthEndpoint, jmx_exporter cannot collect java type other than Number Boolean Date and String ref to https://github.com/prometheus/jmx_exporter/issues/548 I think dubbo may expose own jmxbean to support this. For example ,the threadpool size or other metrics may help our system more stable.

Any advice is welcome~

cityiron commented 4 years ago

I agree U. I need dubbo jmx expose like druid.

sadeychai commented 3 years ago

agree +1

tianshuang commented 3 years ago

+1

qixiaobo commented 3 years ago

@AlbumenJ Any progress?