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/01/02 15:30:26 UTC

[GitHub] [skywalking] devkanro commented on a change in pull request #4165: Add kotlin coroutine plugin

devkanro commented on a change in pull request #4165: Add kotlin coroutine plugin
URL: https://github.com/apache/skywalking/pull/4165#discussion_r362513887
 
 

 ##########
 File path: apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/trace/SpanLayer.java
 ##########
 @@ -26,7 +26,8 @@
     RPC_FRAMEWORK(2),
     HTTP(3),
     MQ(4),
-    CACHE(5);
+    CACHE(5),
+    COROUTINE(6);
 
 Review comment:
   Got it, I create it for other incoming coroutine plugins, like goroutine etc.

----------------------------------------------------------------
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


With regards,
Apache Git Services