wu-sheng opened a new issue #3218: Support Gateway w/o agent URL: https://github.com/apache/skywalking/issues/3218 Today, we asked for agents in every node, but in reality, we may have suitable agents, due to language or plugin. So in the backend, we should provide a way to tell the analysis core, there is a gateway or proxy to represent as a load balancer for multiple services. We should add setting about trace-receiver, also active as dynamic configuration. We should list 1. Proxy service name. 1. IP(host name) list under all proxy service. 1. Generate service and service instance for each service and its IP. 1. Change A->B(when there is no agent in the proxy), to A -> proxy -> B, meaning while `A -> peer` as A to proxy as the client-side and service incoming metrics, `ref -> B` as proxy to B server-side metrics and service incoming metrics.
---------------------------------------------------------------- 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] With regards, Apache Git Services
