JaredTan95 commented on a change in pull request #3367: agent support custom
properties.
URL: https://github.com/apache/skywalking/pull/3367#discussion_r324579792
##########
File path:
apm-sniffer/apm-agent-core/src/main/java/org/apache/skywalking/apm/agent/core/remote/ServiceAndEndpointRegisterClient.java
##########
@@ -58,6 +60,7 @@
public class ServiceAndEndpointRegisterClient implements BootService,
Runnable, GRPCChannelListener {
private static final ILog logger =
LogManager.getLogger(ServiceAndEndpointRegisterClient.class);
private static String INSTANCE_UUID;
+ private static List<KeyStringValuePair> SERVICE_PROPERTIES;
Review comment:
aha, thanks to your remind.
----------------------------------------------------------------
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