Posts in 2021
-
Apache SkyWalking: How to propagate context between threads when using ThreadPoolExecutor
Tuesday, February 09, 2021 in Blog | Java Agent Tracing
This post introduces how to propagate context between threads when using ThreadPoolExecutor, which SkyWalking agent should not enhance
Posts in 2020
-
Apache SkyWalking: Use Profiling to Fix the Blind Spot of Distributed Tracing
Monday, April 13, 2020 in Blog | Profiling Java Agent Tracing
This post introduces a way to automatically profile code in production with Apache SkyWalking. We believe the profile method helps reduce maintenance and overhead while increasing the precision in root cause analysis.