Merge pull request #347 from wu-sheng/feature/346

Change the data type of application instance id
This commit is contained in:
吴晟 Wu Sheng 2017-08-09 09:55:40 -05:00 committed by GitHub
commit bfed002049
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ service JVMMetricsService {
message JVMMetrics {
repeated JVMMetric metrics = 1;
int64 applicationInstanceId = 2;
int32 applicationInstanceId = 2;
}
message JVMMetric {