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 2022/04/18 02:59:50 UTC

[GitHub] [skywalking-java] fgksgf commented on a diff in pull request #159: Add layer field to event when reporting

fgksgf commented on code in PR #159:
URL: https://github.com/apache/skywalking-java/pull/159#discussion_r851851636


##########
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/conf/Constants.java:
##########
@@ -26,4 +26,8 @@ public class Constants {
     public static String EMPTY_STRING = "";
 
     public static char SERVICE_NAME_PART_CONNECTOR = '|';
+
+    // The name of the layer that represents agent-installed services,
+    // which is defined at https://github.com/apache/skywalking/blob/master/oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/Layer.java

Review Comment:
   ok



-- 
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-unsubscribe@skywalking.apache.org

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