wu-sheng commented on code in PR #11732:
URL: https://github.com/apache/skywalking/pull/11732#discussion_r1450471285
##########
oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/source/DefaultScopeDefine.java:
##########
@@ -129,6 +129,14 @@ public class DefaultScopeDefine {
public static final int SERVICE_HIERARCHY_RELATION = 70;
public static final int INSTANCE_HIERARCHY_RELATION = 71;
+
+ public static final int K8S_SERVICE = 72;
+ public static final int K8S_SERVICE_INSTANCE = 73;
+ public static final int K8S_SERVICE_RELATION = 74;
+ public static final int K8S_SERVICE_INSTANCE_RELATION = 75;
+ public static final int K8S_ENDPOINT = 76;
+ public static final int K8S_ENDPOINT_REALATION = 77;
Review Comment:
```suggestion
// Rover(eBPF agent) for k8s monitoring
public static final int K8S_SERVICE = 72;
public static final int K8S_SERVICE_INSTANCE = 73;
public static final int K8S_SERVICE_RELATION = 74;
public static final int K8S_SERVICE_INSTANCE_RELATION = 75;
public static final int K8S_ENDPOINT = 76;
public static final int K8S_ENDPOINT_REALATION = 77;
```
--
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]