From f93c5f973e620ba93457ee97855e1dba6202a7d2 Mon Sep 17 00:00:00 2001 From: pengys5 <8082209@qq.com> Date: Wed, 5 Jul 2017 16:14:01 +0800 Subject: [PATCH] add registerTime in ApplicationInstanceMapping because of the register recover service need the origin register time --- apm-network/src/main/proto/DiscoveryService.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/apm-network/src/main/proto/DiscoveryService.proto b/apm-network/src/main/proto/DiscoveryService.proto index 4534d04c72..e7e919b7ab 100644 --- a/apm-network/src/main/proto/DiscoveryService.proto +++ b/apm-network/src/main/proto/DiscoveryService.proto @@ -26,6 +26,7 @@ message ApplicationInstance { message ApplicationInstanceMapping { int32 applicationId = 1; int32 applicationInstanceId = 2; + int64 registerTime = 3; } message ApplicationInstanceHeartbeat { -- GitLab