You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/12/15 13:56:04 UTC

[GitHub] [dubbo] songxiaosheng opened a new issue, #11148: 可观测性任务元数据中心相关指标数据调研与完善

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

   <!-- 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. -->
   元数据中心是dubbo3应用级注册的一个数据中心,用来存储接口数据,应用级注册注册中心用来存储应用粒度数据,元数据中心则来存储接口配置更细粒度的数据,元数据的获取主要是消费者根据负载均衡算法选择一个提供者然后向提供者发起一个内部的RPC请求来获取的。元数据也是比较容易发生变更的,通过指标埋点来将dubbo与元数据中心的一些交互展示出来方便开发者更了解自己的系统内部情况。


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


[GitHub] [dubbo] LXPWing commented on issue #11148: Observability task metadata center related index data investigation and improvement(可观测性任务元数据中心相关指标数据调研与完善)

Posted by GitBox <gi...@apache.org>.
LXPWing commented on issue #11148:
URL: https://github.com/apache/dubbo/issues/11148#issuecomment-1367785464

   Has anyone claimed this one yet? If not, I would like to try


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


[GitHub] [dubbo] songxiaosheng closed issue #11148: Observability task metadata center related index data investigation and improvement(可观测性任务元数据中心相关指标数据调研与完善)

Posted by "songxiaosheng (via GitHub)" <gi...@apache.org>.
songxiaosheng closed issue #11148: Observability task metadata center related index data investigation and improvement(可观测性任务元数据中心相关指标数据调研与完善)
URL: https://github.com/apache/dubbo/issues/11148


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


[GitHub] [dubbo] LXPWing commented on issue #11148: Observability task metadata center related index data investigation and improvement(可观测性任务元数据中心相关指标数据调研与完善)

Posted by GitBox <gi...@apache.org>.
LXPWing commented on issue #11148:
URL: https://github.com/apache/dubbo/issues/11148#issuecomment-1368934835

   <div class="lake-content" typography="classic">
   名称 | 描述
   -- | --
   元数据中心连接最大耗时 |  
   元数据中心连接最小耗时 |  
   元数据中心连接总耗时 |  
   元数据中心连接平均耗时 |  
   元数据中心连接耗时P95 |  
   元数据中心连接耗时P99 |  
   元数据中心连接成功次数 |  
   元数据中心连接失败次数 |  
   元数据中心连接总次数 |  
   元数据中心数据命中成功次数 |  
   元数据中心数据命中失败次数 |  
   元数据中心数据命中率 |  
   </div>
   @songxiaosheng 宋老师 麻烦您帮忙看下“元数据中心相关指标数据”哪里需要修改


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


[GitHub] [dubbo] songxiaosheng commented on issue #11148: Observability task metadata center related index data investigation and improvement(可观测性任务元数据中心相关指标数据调研与完善)

Posted by GitBox <gi...@apache.org>.
songxiaosheng commented on issue #11148:
URL: https://github.com/apache/dubbo/issues/11148#issuecomment-1369386618

   > | 名称 | 描述 |
   > | --- |----|
   > |元数据中心连接最大耗时 |    |
   > |元数据中心连接最小耗时 |    |
   > |元数据中心连接总耗时 |    |
   > |元数据中心连接平均耗时 |    |
   > |元数据中心连接耗时P95 |    |
   > |元数据中心连接耗时P99 |    |
   > |元数据中心连接成功次数 |    |
   > |元数据中心连接失败次数 |    |
   > |元数据中心连接总次数 |    |
   > |元数据中心数据命中成功次数 |    |
   > |元数据中心数据命中失败次数 |    |
   > |元数据中心数据命中率 |    |
   > 
   > @songxiaosheng 宋老师 麻烦您帮忙看下“元数据中心相关指标数据”哪里需要修改
   
   可以的 初步可以做这些 先处理一个版本,后续再细化比如根据失败的异常错误类型分类,元数据本地缓存文件大小等


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