apache/dubbo

How about considering add jmx support for dubbo

开放

#6,817 创建于 2020年10月21日

 (4 条评论) (0 个反应) (0 位负责人)Java (26,453 个派生)batch import
help wantedtype/proposal

仓库指标

星标
 (41,524 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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~

贡献者指南