You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/12/21 10:04:23 UTC

[GitHub] [skywalking] wu-sheng commented on issue #6043: how to link the profile result with the business log and async task using java

wu-sheng commented on issue #6043:
URL: https://github.com/apache/skywalking/issues/6043#issuecomment-748887808


   > -First Question: Is skywalking support log(business log) collect. Like alibaba's arms link the profile result with the business log.
   
   Please don't involve a commercial product in, that is not a reference for an open-source project. 
   1. Collecting logs in traces has been supported, and will be released in 8.4.0, you could read docs/en/setup/service-agent/java-agent/agent-optional-plugins/Logger-plugin.md
   2. If you want a better way, lower load to your application(agent), consider waiting for the satellite release in 2021, https://github.com/apache/skywalking-satellite
   
   > -Second Question: In java project, business logic process use thread pool, how to bind traceContext to the task? and how to analysis the async thread pool task consuming. like cost ?
   
   Across thread solution has been provided for a long time, https://github.com/apache/skywalking/blob/master/docs/en/setup/service-agent/java-agent/Application-toolkit-trace-cross-thread.md
   
   Your questions are mostly included in the documentation. Please read them before submitting an 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org