From a9add392a1859eab8bb87bf06c37cf652b2c2acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Thu, 20 Jul 2017 09:45:54 +0800 Subject: [PATCH] Update DiscoveryService.proto Add agentUUID in ApplicationInstance --- apm-network/src/main/proto/DiscoveryService.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apm-network/src/main/proto/DiscoveryService.proto b/apm-network/src/main/proto/DiscoveryService.proto index c1a14bcfb9..cda0fa286e 100644 --- a/apm-network/src/main/proto/DiscoveryService.proto +++ b/apm-network/src/main/proto/DiscoveryService.proto @@ -20,7 +20,8 @@ service InstanceDiscoveryService { message ApplicationInstance { int32 applicationId = 1; - int64 registerTime = 2; + string agentUUID = 2; + int64 registerTime = 3; } message ApplicationInstanceMapping { @@ -61,4 +62,4 @@ message ServiceNameMappingElement { message ServiceNameElement { string serviceName = 1; int32 applicationId = 2; -} \ No newline at end of file +} -- GitLab