songxiaosheng opened a new issue, #11930:
URL: https://github.com/apache/dubbo/issues/11930

   <!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
   
   - [ ] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   
   ## Describe the proposal
   <!-- Please use this for a concrete design proposal for functionality. -->
   <!-- If you just want to request a new feature and discuss the possible 
business value, create a Feature Request. -->
   
   Code Reconstruction for Index Object Generation
   Try to reconstruct the Dubbo indicator module to correct the counter type 
Guage that only increases but does not decrease as Counter,
   When generating an indicator count object, directly obtain the indicator 
count object from the output indicator implementation. For example, we now use 
Micrometer to extend, transform, and output indicator statistics. If we need an 
indicator count object that only increases but does not decrease, the counter 
object in the statistics object needs to be obtained through the registry of 
Micrometer
   
   
   
   指标对象生成的代码重构
   尝试重构Dubbo指标模块纠正只增不减的计数器类型Guage为Counter,
   
在指标计数对象生成的时候直接从所输出的指标实现中获取指标统计对象,比如我们现在使用Micrometer来扩展实现指标统计,转换,输出,如果需要一个只增不减的指标统计对象时,统计对象中的counter对象需要借助Micrometer的注册表来获取到
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to