ev1lQuark commented on issue #2261: URL: https://github.com/apache/dubbo-go/issues/2261#issuecomment-1492386740
## Dubbo-go Tracing Todo List - In the Dubbo-go kernel, the configuration loading and component initialization of tracing should be supplemented and improved, and the application can realize the comprehensive control of Dubbo-go tracing ability by simply modifying the configuration file. - For context propagation, currently Dubbo-go only introduces the propagator that supports W3C standards, and additional support for the B3 standard is required. The implementation of the B3 protocol can use [the implementation in opentelemetry-go-contrib](https://pkg.go.dev/go.opentelemetry.io/contrib/propagators/b3) - The configuration of Tracing needs to be further aligned with Dubbo-java, such as adding support for configuration items such as sampling probability to achieve a more refined sampling strategy. - Tracing's observability backend supports multiple types, such as OTel, Jaeger, Zipkin, etc. Currently, only Jaeger is supported. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
