apache/dubbo

How about considering add jmx support for dubbo

Open

#6,817 建立於 2020年10月21日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)Java (26,453 fork)batch import
help wantedtype/proposal

倉庫指標

Star
 (41,524 star)
PR 合併指標
 (平均合併 7天 14小時) (30 天內合併 20 個 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~

貢獻者指南