apache/dubbo

How about considering add jmx support for dubbo

Open

#6.817 aberto em 21 de out. de 2020

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)Java (26.453 forks)batch import
help wantedtype/proposal

Métricas do repositório

Stars
 (41.524 stars)
Métricas de merge de PR
 (Mesclagem média 7d 14h) (20 fundiu PRs em 30d)

Description

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~

Guia do colaborador