Merge branch 'feature/high-performance-agent' of https://github.com/wu-sheng/sky-walking into feature/high-performance-agent
* 'feature/high-performance-agent' of https://github.com/wu-sheng/sky-walking: fixed grpc proto compile error
This commit is contained in:
commit
1633d1e316
|
|
@ -40,11 +40,11 @@ message ServiceNameMappingCollection {
|
|||
|
||||
message ServiceNameMappingElement {
|
||||
int32 serviceId = 1;
|
||||
ServiceNameElement element = 1;
|
||||
ServiceNameElement element = 2;
|
||||
}
|
||||
|
||||
message ServiceNameElement {
|
||||
ServiceName = 0;
|
||||
ApplicationCode = 1;
|
||||
string serviceName = 1;
|
||||
string ApplicationCode = 2;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -15,6 +15,6 @@ message Application {
|
|||
|
||||
message ApplicationMapping {
|
||||
int32 applicationId = 1;
|
||||
Application = 2;
|
||||
Application application = 2;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue