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 2021/02/07 03:35:58 UTC

[GitHub] [skywalking] gaoweijie commented on a change in pull request #6329: fix bug; Detail info see #6328

gaoweijie commented on a change in pull request #6329:
URL: https://github.com/apache/skywalking/pull/6329#discussion_r571528997



##########
File path: apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/context/trace/SpanLayer.java
##########
@@ -19,7 +19,7 @@
 package org.apache.skywalking.apm.agent.core.context.trace;
 
 public enum SpanLayer {
-    DB(1), RPC_FRAMEWORK(2), HTTP(3), MQ(4), CACHE(5);
+    DB(1), RPC_FRAMEWORK(2), HTTP(3), MQ(4), CACHE(5), CUSTOM_ENHANCE(9);

Review comment:
       Does this mean that new enumeration values are not allowed to be added,  or must the code of the added enumeration value be incremented(CUSTOM_ENHANCE(6)  ?)
   




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