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/06/20 15:11:16 UTC

[GitHub] [skywalking-satellite] mrproliu commented on a change in pull request #53: Support profile channel

mrproliu commented on a change in pull request #53:
URL: https://github.com/apache/skywalking-satellite/pull/53#discussion_r654949378



##########
File path: configs/satellite_config.yaml
##########
@@ -140,4 +140,28 @@ pipes:
       min_flush_events: ${SATELLITE_TRACINGPIPE_SENDER_MIN_FLUSH_EVENTS:1}
       client_name: grpc-client
       forwarders:
-        - plugin_name: nativetracing-grpc-forwarder
\ No newline at end of file
+        - plugin_name: nativetracing-grpc-forwarder
+  - common_config:
+      pipe_name: profilepipe
+    gatherer:
+      server_name: "grpc-server"
+      receiver:
+        plugin_name: "grpc-nativeprofile-receiver"
+      queue:
+        plugin_name: "memory-queue"

Review comment:
       in the profiling protocol, we also need to use a queue to transform thread dumps. 




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