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/25 13:27:40 UTC

[GitHub] [skywalking-rover] mrproliu commented on a diff in pull request #16: Add Kubernetes process detector support

mrproliu commented on code in PR #16:
URL: https://github.com/apache/skywalking-rover/pull/16#discussion_r857625521


##########
configs/rover_configs.yaml:
##########
@@ -64,6 +64,37 @@ process_discovery:
         # The Process Labels, used to aggregate similar process from service entity
         # Multiple labels split by ","
         labels: ${ROVER_PROCESS_DISCOVERY_REGEX_SCANNER_LABELS:}
+  kubernetes:
+    # Is active the kubernetes process detector
+    active: ${ROVER_PROCESS_DISCOVERY_KUBERNETES_ACTIVE:false}
+    # Current node name in kubernetes environment
+    node_name: ${ROVER_PROCESS_DISCOVERY_KUBERNETES_NODE_NAME:}
+    # include namespaces, multiple namespace split by ",", if empty means including all namespaces
+    namespaces: ${ROVER_PROCESS_DISCOVERY_KUBERNETES_NAMESPACES:}
+    # Activated process analyze features
+    activated: ${ROVER_PROCESS_DISCOVERY_KUBERNETES_ACTIVATED:mesh,k8s}
+    # Customized the cluster name
+    cluster_name: ${ROVER_PROCESS_DISCOVERY_KUBERNETES_CLUSTER_NAME:k8s}

Review Comment:
   But in the skywalking `K8S_SERVICE` layer entity, the name is fixed. The cluster name is related to the group name.



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