This Plugin provides an auto instrument support plugin for Kotlin coroutine based on context snapshot.
SkyWalking provide tracing context propagation inside thread. In order to support Kotlin Coroutine, we provide this additional plugin.
As we know, Kotlin coroutine switches the execution thread by CoroutineDispatcher.
We run a Kotlin coroutine based gRPC server without this coroutine plugin.
You can find, the one call (client -> server1 -> server2) has been split two tracing paths.


Without changing codes manually, just install the plugin. We can find the spans be connected together. We can get all info of one client call.
