You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "ev1lQuark (via GitHub)" <gi...@apache.org> on 2023/05/20 13:49:47 UTC

[GitHub] [dubbo-go] ev1lQuark opened a new issue, #2315: Dubbo-go Metrics 指标开发计划与任务分解

ev1lQuark opened a new issue, #2315:
URL: https://github.com/apache/dubbo-go/issues/2315

   ## 最终目标:
   Dubbo-go 核心代码指标全面对齐 [Dubbo 框架标准监控指标](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/)
   
   ## 任务规划:
   
   如果有对于可观测性 Mertrics 开发感兴趣的朋友,可以在本 Issue 下留言钉钉号+任务子项。欢迎大家参与 dubbo-go 开源社区的开发!
   
   ### Provider-Consumer RPC 调用过程
   - [ ]  [Provider](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#provider-metrics) 及 [Provider Exception](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#provider-exception)
   - [ ]  [Consumer](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#consumer-metrics) 及 [Consumer Exception](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#consumer-exception)
   
   ### 三大中心及 Go 运行时
   - [ ]  [注册中心](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#consumer-exception)
   - [ ]  [元数据中心](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#metadata-center-metrics)
   - [ ]  [配置中心](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#metadata-center-metrics)、[应用信息](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#applicationinfo)、[Go 运行时](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#threadpool-metrics)
   
   
   ---
   
   
   ## Ultimate Goal:
   Dubbo-go core code aligns comprehensively with [Dubbo framework standard monitoring metrics](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/).
   
   ## Task Planning:
   If you are interested in developing observable metrics, please leave a message with your DingTalk ID and task item details in this issue. Welcome everyone to participate in the development of the Dubbo-go open-source community!
   
   ### Provider-Consumer RPC Call Process:
   - [ ]  [Provider](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#provider-metrics) and [Provider Exception](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#provider-exception)
   - [ ]  [Consumer](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#consumer-metrics) and [Consumer Exception](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#consumer-exception)
   
   ### Three Core Centers and Go Runtime:
   - [ ]  [Registry Center](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#consumer-exception)
   - [ ]  [Metadata Center](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#metadata-center-metrics)
   - [ ]  [Configuration Center](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#metadata-center-metrics), [Application Information](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#applicationinfo), [Go Runtime](https://cn.dubbo.apache.org/zh-cn/overview/reference/metrics/standard_metrics/#threadpool-metrics)


-- 
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-go] AlexStocks commented on issue #2315: Dubbo-go Metrics 指标开发计划与任务分解

Posted by "AlexStocks (via GitHub)" <gi...@apache.org>.
AlexStocks commented on issue #2315:
URL: https://github.com/apache/dubbo-go/issues/2315#issuecomment-1555952691

   fuck goods.


-- 
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-go] barnettZQG commented on issue #2315: Dubbo-go Metrics 指标开发计划与任务分解

Posted by "barnettZQG (via GitHub)" <gi...@apache.org>.
barnettZQG commented on issue #2315:
URL: https://github.com/apache/dubbo-go/issues/2315#issuecomment-1600412090

   @ev1lQuark 很赞的需求,另外有一个建议。将 Metrics 模块的被集成能力加强。目前只能启动 dubbo-go 实现的http server 拿到metric。希望可以支持从外部注入 Prometheus Registerer。如果认同,我可以贡献开发。


-- 
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-go] ev1lQuark commented on issue #2315: Dubbo-go Metrics 指标开发计划与任务分解

Posted by "ev1lQuark (via GitHub)" <gi...@apache.org>.
ev1lQuark commented on issue #2315:
URL: https://github.com/apache/dubbo-go/issues/2315#issuecomment-1619623209

   > 
   
   上次双周会讨论了 dubbo-go 作为微服务架构开发框架的定位,社区对于框架的“被集成”能力持较为保守的态度,建议您可以提一个新 issue


-- 
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-go] FoghostCn commented on issue #2315: Dubbo-go Metrics 指标开发计划与任务分解

Posted by "FoghostCn (via GitHub)" <gi...@apache.org>.
FoghostCn commented on issue #2315:
URL: https://github.com/apache/dubbo-go/issues/2315#issuecomment-1571552915

   I'll take [Metadata Center] and [Configuration Center], [Application Information], [Go Runtime] 
   DingDing id ihja35w


-- 
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-go] ev1lQuark commented on issue #2315: Dubbo-go Metrics 指标开发计划与任务分解

Posted by "ev1lQuark (via GitHub)" <gi...@apache.org>.
ev1lQuark commented on issue #2315:
URL: https://github.com/apache/dubbo-go/issues/2315#issuecomment-1619623515

   > @ev1lQuark 很赞的需求,另外有一个建议。将 Metrics 模块的被集成能力加强。目前只能启动 dubbo-go 实现的http server 拿到metric。希望可以支持从外部注入 Prometheus Registerer。如果认同,我可以贡献开发。
   
   上次双周会讨论了 dubbo-go 作为微服务架构开发框架的定位,社区对于框架的“被集成”能力持较为保守的态度,建议您可以提一个新 issue


-- 
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-go] FoghostCn commented on issue #2315: Dubbo-go Metrics 指标开发计划与任务分解

Posted by "FoghostCn (via GitHub)" <gi...@apache.org>.
FoghostCn commented on issue #2315:
URL: https://github.com/apache/dubbo-go/issues/2315#issuecomment-1681683946

   > @ev1lQuark 很赞的需求,另外有一个建议。将 Metrics 模块的被集成能力加强。目前只能启动 dubbo-go 实现的http server 拿到metric。希望可以支持从外部注入 Prometheus Registerer。如果认同,我可以贡献开发。
   
   metric 模块目前已经大致可用来,从某种意义上来说,你这个需求其实可以实现的,目前的 Prometheus registry 实现是需要传入 Registerer 的只不过目前用的默认的 Registerer,用户是可以扩展覆盖掉原始配置的


-- 
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-go] chickenlj commented on issue #2315: Dubbo-go Metrics 指标开发计划与任务分解

Posted by "chickenlj (via GitHub)" <gi...@apache.org>.
chickenlj commented on issue #2315:
URL: https://github.com/apache/dubbo-go/issues/2315#issuecomment-1556415671

   [期望的终态运行效果](https://cn.dubbo.apache.org/zh-cn/overview/core-features/observability/#metrics)


-- 
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-go] FinalT commented on issue #2315: Dubbo-go Metrics 指标开发计划与任务分解

Posted by "FinalT (via GitHub)" <gi...@apache.org>.
FinalT commented on issue #2315:
URL: https://github.com/apache/dubbo-go/issues/2315#issuecomment-1570080281

   I am interested in Registry Center


-- 
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-go] infdahai commented on issue #2315: Dubbo-go Metrics 指标开发计划与任务分解

Posted by "infdahai (via GitHub)" <gi...@apache.org>.
infdahai commented on issue #2315:
URL: https://github.com/apache/dubbo-go/issues/2315#issuecomment-1570557415

   The issue is great!


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