FrankChen021 commented on pull request #12015: URL: https://github.com/apache/druid/pull/12015#issuecomment-986165486
@IvanVan Thanks for your contribution. For distributed tracing, I have been working on a [side project](https://github.com/FrankChen021/bithon) by using java agent. This project not only collects metrics from any java processes, but also automatically injects opentelemetry standard tracing context in HTTP request to trace the call chain without any changes on Druid side. Although it's still under development, I think you may be interested in it. Here're some screenshots from my project.      -- 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]
