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