You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "wxbty (via GitHub)" <gi...@apache.org> on 2023/03/28 06:34:21 UTC

[GitHub] [dubbo] wxbty commented on issue #11941: [Observability Task] Architectural Design Concept of Abstract Indicator System

wxbty commented on issue #11941:
URL: https://github.com/apache/dubbo/issues/11941#issuecomment-1486292214

   > Refactoring code to support business metrics collection Currently, the indicator collection function of Dubbo is mainly used inside Dubbo. In fact, every application has a requirement for indicator collection, and it is necessary to try to extend the concept of collector samples. At the same time, it is necessary to provide a certain API for the indicator registry that exports indicators to allow users to output their business indicators to the indicator registry
   > 
   > 重构代码以支持使用Dubbo的应用程序的外部业务指标采集
   > 
   > 目前Dubbo的指标采集功能主要用于Dubbo内部,其实每个应用程序都会有指标采集的需求,需要尝试将采集器样本的概念扩展出去,同时需要将指标导出的指标注册表也提供一定的API可以让用户的业务指标输出到指标注册表中
   
   We now support external collector integration. After customizing the collector through spi, GlobalMetricsEventMulticaster will help register to ScopeBeanFactory, and then the initCollectors method of AbstractMetricsReporter gets all internal/external collectors. Users can easily access the indicator system according to the dubbo-metrics-registry or dubbo-metrics-registry project format


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org