apache/dubbo

How about considering add jmx support for dubbo

オープン

#6,817 opened on 2020/10/21

 (4 件のコメント) (0 件のリアクション) (0 人の担当者)Java (26,453 件のフォーク)batch import
help wantedtype/proposal

Repository metrics

Stars
 (41,524 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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~

コントリビューターガイド