wu-sheng opened a new issue #6114: URL: https://github.com/apache/skywalking/issues/6114
Hi @xuanyu66, as https://github.com/apache/skywalking/issues/6105#issuecomment-753248303 mentioned, we start the discussion about the dynamic configuration for the agent. FYI all @apache/skywalking-committers , if any of you wants to work on this, please reply. We have command system at the agent side, we just need to extend a new command for dynamic configuration. Like we did in the backend side, the configurations should be separated from the the initial agent.config definition. The implementation decides whether they support the configuration dynamically changes. From my preference, we may need a new gRPC service for the agent for dynamic configuration. Note, we need a ID(UUID or timestamp) to represent the configuration to avoid responding the configuration to the agent repeatedly. Also, the configurations of different services are different. ---------------------------------------------------------------- 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]
