You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by zh...@apache.org on 2020/04/06 03:08:18 UTC

[skywalking-data-collect-protocol] branch master updated: Add golang package (#23)

This is an automated email from the ASF dual-hosted git repository.

zhangwei24 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new cba9708  Add golang package (#23)
cba9708 is described below

commit cba970842c7f654e14d9d34cdde06b19c4f2d62f
Author: 何延龙 <ya...@gmail.com>
AuthorDate: Mon Apr 6 11:08:12 2020 +0800

    Add golang package (#23)
---
 browser/BrowserPerf.proto             | 1 +
 common/Common.proto                   | 1 +
 language-agent/CLRMetric.proto        | 1 +
 language-agent/JVMMetric.proto        | 1 +
 language-agent/Tracing.proto          | 1 +
 management/Management.proto           | 1 +
 profile/Profile.proto                 | 1 +
 service-mesh-probe/service-mesh.proto | 1 +
 8 files changed, 8 insertions(+)

diff --git a/browser/BrowserPerf.proto b/browser/BrowserPerf.proto
index b227f7e..1a3ca82 100644
--- a/browser/BrowserPerf.proto
+++ b/browser/BrowserPerf.proto
@@ -20,6 +20,7 @@ syntax = "proto3";
 
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.language.agent.v3";
+option go_package = "skywalking/network/language/agent/v3";
 
 import "common/Common.proto";
 
diff --git a/common/Common.proto b/common/Common.proto
index 270dfd2..5d7ca13 100644
--- a/common/Common.proto
+++ b/common/Common.proto
@@ -21,6 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.common.v3";
 option csharp_namespace = "SkyWalking.NetworkProtocol";
+option go_package = "skywalking/network/common/v3";
 
 message KeyStringValuePair {
     string key = 1;
diff --git a/language-agent/CLRMetric.proto b/language-agent/CLRMetric.proto
index 6cf5549..32220f7 100644
--- a/language-agent/CLRMetric.proto
+++ b/language-agent/CLRMetric.proto
@@ -21,6 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.language.agent.v3";
 option csharp_namespace = "SkyWalking.NetworkProtocol";
+option go_package = "skywalking/network/language/agent/v3";
 
 import "common/Common.proto";
 
diff --git a/language-agent/JVMMetric.proto b/language-agent/JVMMetric.proto
index a7e86a3..77f6d1a 100644
--- a/language-agent/JVMMetric.proto
+++ b/language-agent/JVMMetric.proto
@@ -21,6 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.language.agent.v3";
 option csharp_namespace = "SkyWalking.NetworkProtocol";
+option go_package = "skywalking/network/language/agent/v3";
 
 import "common/Common.proto";
 
diff --git a/language-agent/Tracing.proto b/language-agent/Tracing.proto
index e64cb34..e5dde75 100644
--- a/language-agent/Tracing.proto
+++ b/language-agent/Tracing.proto
@@ -21,6 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.language.agent.v3";
 option csharp_namespace = "SkyWalking.NetworkProtocol";
+option go_package = "skywalking/network/language/agent/v3";
 
 import "common/Common.proto";
 
diff --git a/management/Management.proto b/management/Management.proto
index d22de66..3604e78 100644
--- a/management/Management.proto
+++ b/management/Management.proto
@@ -21,6 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.management.v3";
 option csharp_namespace = "SkyWalking.NetworkProtocol";
+option go_package = "skywalking/network/management/v3";
 
 import "common/Common.proto";
 
diff --git a/profile/Profile.proto b/profile/Profile.proto
index 4a03fb9..678aef3 100644
--- a/profile/Profile.proto
+++ b/profile/Profile.proto
@@ -21,6 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.language.profile.v3";
 option csharp_namespace = "SkyWalking.NetworkProtocol";
+option go_package = "skywalking/network/language/profile/v3";
 
 import "common/Common.proto";
 
diff --git a/service-mesh-probe/service-mesh.proto b/service-mesh-probe/service-mesh.proto
index d1d52af..5ce7dc5 100644
--- a/service-mesh-probe/service-mesh.proto
+++ b/service-mesh-probe/service-mesh.proto
@@ -20,6 +20,7 @@ syntax = "proto3";
 
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.servicemesh.v3";
+option go_package = "skywalking/network/servicemesh/v3";
 
 import "common/Common.proto";