apache / dubbo

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

[Observable tasks] add netty related indicators #12271

Open songxiaosheng opened 1 year ago

songxiaosheng commented 1 year ago

Describe the proposal

Observable tasks add netty related indicators At present, the latest version of micrometer has added Netty related monitoring indicators. The Java version of Dubbo uses the Netty framework at the bottom, which can be explored and developed to improve monitoring indicators.

可观测任务增加netty相关指标 目前最新版本的micrometer新增了netty相关的监控指标,Java版本的Dubbo底层使用的是Netty框架,可以尝试调研,兼容开发,来完善监控指标

https://github.com/micrometer-metrics/micrometer/releases/tag/v1.11.0

AlbumenJ commented 1 year ago

Network related metrics is important. BTW, can we trace some network time usage in one call.

hudongdong129 commented 1 year ago

I would like to give this task a try. Please assign it to me