CzyerChen commented on code in PR #12622:
URL: https://github.com/apache/skywalking/pull/12622#discussion_r1759755086


##########
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/Layer.java:
##########
@@ -234,7 +234,13 @@ public enum Layer {
      * Cilium is open source software for providing and transparently securing 
network connectivity and load balancing
      * between application workloads such as application containers or 
processes.
      */
-    CILIUM_SERVICE(38, true);
+    CILIUM_SERVICE(38, true),
+
+    /**
+     * The self observability of SkyWalking Java Agent,
+     * which provides the abilities to measure the tracing performance and 
error statistics of plugins.
+     */
+    SO11Y_JAVA_AGENT(39, true);

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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to