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

[GitHub] [dubbo-go] yanyanran opened a new issue, #2259: tracing板块支持B3和W3C标准

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

   
   - Enable the tracing section of dubbo-go's observability indicators to support B3 and W3C tracking standards, and track data transfer across different services in a distributed system.
   
   - 使dubbo-go的可观测性指标中tracing板块支持B3和W3C追踪标准,在分布式系统中跨越不同服务跟踪数据传递。
   
   


-- 
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] yanyanran commented on issue #2259: tracing板块支持B3和W3C标准

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

   @conghuhu I think I get it, any help is greatly appreciated!


-- 
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] yanyanran commented on issue #2259: tracing板块支持B3和W3C标准

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

   @zhaoyunxing92 Hello! I have learned about B3 and W3C tracking standards in the past few days. I read the core source code of Otel-collector, and also read the implementation of tracing in Dubbo's dubbo-spring-boot-observability directory, because I think it is implemented by referring to Dubbo's java version Supporting B3 and W3C standards might be helpful for my task. But I found that it seems to refer to the packaged implementation support in the brave library.
   Now I am a little confused, if Dubbo-go supports B3 and W3C tracking standards, should I start with the distributed tracking framework? What I mean is that Otel supports the W3C standard, and Zipkin supports the B3 standard, so is it related to these two frameworks? Please give me some guidance, thanks a lot!


-- 
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] conghuhu commented on issue #2259: tracing板块支持B3和W3C标准

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

   @yanyanran Open Telemetry (otel) and Brave can be understood as protocol, zipkin can be understood as backend, and otel can collect tracing information and export it to zipkin.
   The implementation on the Java side is like: through the micrometer in the Java field, it can bridge and convert to otel or brave, and users can choose whether to export to zipkin or other backend.


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