wu-sheng commented on code in PR #751:
URL: https://github.com/apache/skywalking-java/pull/751#discussion_r1986086606


##########
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/tag/Tags.java:
##########
@@ -155,6 +155,11 @@ public static final class HTTP {
      */
     public static final StringTag THREAD_ID = new StringTag(23, "thread.id");
 
+    /**
+     * CARRIER_THREAD represents the actual operating system thread that 
carries out the execution of the virtual thread.
+     */
+    public static final StringTag CARRIER_THREAD = new StringTag(24, 
"carrier.thread");

Review Comment:
   To follow the naming style, I think the `thread.carrier` is better?



-- 
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: notifications-unsubscr...@skywalking.apache.org

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

Reply via email to