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/05/07 02:46:59 UTC

[GitHub] [dubbo] wxbty commented on pull request #12238: Add metrics option for use global registry

wxbty commented on PR #12238:
URL: https://github.com/apache/dubbo/pull/12238#issuecomment-1537274508

   > 稍等 我看下dubbo指标同步springboot那里 用全局的时候 如果springboot端点中的指标也是全局的会不会有啥冲突
   
   看springboot actuator源码,是new的一个,在CompositeMeterRegistryConfiguration类  
   
       @Bean
       @Primary
       CompositeMeterRegistry compositeMeterRegistry(Clock clock, List<MeterRegistry> registries) {
           return new CompositeMeterRegistry(clock, registries);
       }


-- 
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