You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2022/04/02 13:46:57 UTC

[skywalking-data-collect-protocol] branch master updated: Update compat package path in go for satellite (#68)

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

wusheng 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 6864c6c  Update compat package path in go for satellite (#68)
6864c6c is described below

commit 6864c6c67b0d77890cd22492161985c43620bc71
Author: mrproliu <74...@qq.com>
AuthorDate: Sat Apr 2 21:46:53 2022 +0800

    Update compat package path in go for satellite (#68)
---
 browser/BrowserPerfCompat.proto              | 2 +-
 language-agent/CLRMetricCompat.proto         | 2 +-
 language-agent/JVMMetricCompat.proto         | 2 +-
 language-agent/MeterCompat.proto             | 2 +-
 language-agent/TracingCompat.proto           | 2 +-
 management/ManagementCompat.proto            | 2 +-
 profile/ProfileCompat.proto                  | 2 +-
 service-mesh-probe/service-mesh-compat.proto | 2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/browser/BrowserPerfCompat.proto b/browser/BrowserPerfCompat.proto
index f54c5bc..0676d09 100644
--- a/browser/BrowserPerfCompat.proto
+++ b/browser/BrowserPerfCompat.proto
@@ -21,7 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.language.agent.v3.compat";
 option csharp_namespace = "SkyWalking.NetworkProtocol.V3.Compat";
-option go_package = "skywalking.apache.org/repo/goapi/collect/language/agent/v3";
+option go_package = "skywalking.apache.org/repo/goapi/collect/language/agent/v3/compat";
 option deprecated = true;
 
 import "common/Common.proto";
diff --git a/language-agent/CLRMetricCompat.proto b/language-agent/CLRMetricCompat.proto
index bc008d3..466721a 100644
--- a/language-agent/CLRMetricCompat.proto
+++ b/language-agent/CLRMetricCompat.proto
@@ -21,7 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.language.agent.v3.compat";
 option csharp_namespace = "SkyWalking.NetworkProtocol.V3.Compat";
-option go_package = "skywalking.apache.org/repo/goapi/collect/language/agent/v3";
+option go_package = "skywalking.apache.org/repo/goapi/collect/language/agent/v3/compat";
 option deprecated = true;
 
 import "common/Common.proto";
diff --git a/language-agent/JVMMetricCompat.proto b/language-agent/JVMMetricCompat.proto
index 44ef47f..4899479 100644
--- a/language-agent/JVMMetricCompat.proto
+++ b/language-agent/JVMMetricCompat.proto
@@ -21,7 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.language.agent.v3.compat";
 option csharp_namespace = "SkyWalking.NetworkProtocol.V3.Compat";
-option go_package = "skywalking.apache.org/repo/goapi/collect/language/agent/v3";
+option go_package = "skywalking.apache.org/repo/goapi/collect/language/agent/v3/compat";
 option deprecated = true;
 
 import "common/Common.proto";
diff --git a/language-agent/MeterCompat.proto b/language-agent/MeterCompat.proto
index 99b6ca5..263fa62 100644
--- a/language-agent/MeterCompat.proto
+++ b/language-agent/MeterCompat.proto
@@ -20,7 +20,7 @@ syntax = "proto3";
 
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.language.agent.v3.compat";
-option go_package = "skywalking.apache.org/repo/goapi/collect/language/agent/v3";
+option go_package = "skywalking.apache.org/repo/goapi/collect/language/agent/v3/compat";
 option csharp_namespace = "SkyWalking.NetworkProtocol.V3.Compat";
 option deprecated = true;
 
diff --git a/language-agent/TracingCompat.proto b/language-agent/TracingCompat.proto
index 93973f5..18b7a04 100644
--- a/language-agent/TracingCompat.proto
+++ b/language-agent/TracingCompat.proto
@@ -21,7 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.language.agent.v3.compat";
 option csharp_namespace = "SkyWalking.NetworkProtocol.V3.Compat";
-option go_package = "skywalking.apache.org/repo/goapi/collect/language/agent/v3";
+option go_package = "skywalking.apache.org/repo/goapi/collect/language/agent/v3/compat";
 option deprecated = true;
 
 import "common/Common.proto";
diff --git a/management/ManagementCompat.proto b/management/ManagementCompat.proto
index 31454c2..a04f4b3 100644
--- a/management/ManagementCompat.proto
+++ b/management/ManagementCompat.proto
@@ -21,7 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.management.v3.compat";
 option csharp_namespace = "SkyWalking.NetworkProtocol.V3.Compat";
-option go_package = "skywalking.apache.org/repo/goapi/collect/management/v3";
+option go_package = "skywalking.apache.org/repo/goapi/collect/management/v3/compat";
 option deprecated = true;
 
 import "common/Common.proto";
diff --git a/profile/ProfileCompat.proto b/profile/ProfileCompat.proto
index bc4e1bd..0367250 100644
--- a/profile/ProfileCompat.proto
+++ b/profile/ProfileCompat.proto
@@ -21,7 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.language.profile.v3.compat";
 option csharp_namespace = "SkyWalking.NetworkProtocol.V3.Compat";
-option go_package = "skywalking.apache.org/repo/goapi/collect/language/profile/v3";
+option go_package = "skywalking.apache.org/repo/goapi/collect/language/profile/v3/compat";
 option deprecated = true;
 
 import "common/Common.proto";
diff --git a/service-mesh-probe/service-mesh-compat.proto b/service-mesh-probe/service-mesh-compat.proto
index 1176a98..cc993d5 100644
--- a/service-mesh-probe/service-mesh-compat.proto
+++ b/service-mesh-probe/service-mesh-compat.proto
@@ -21,7 +21,7 @@ syntax = "proto3";
 option java_multiple_files = true;
 option java_package = "org.apache.skywalking.apm.network.servicemesh.v3.compat";
 option csharp_namespace = "SkyWalking.NetworkProtocol.V3.Compat";
-option go_package = "skywalking.apache.org/repo/goapi/collect/servicemesh/v3";
+option go_package = "skywalking.apache.org/repo/goapi/collect/servicemesh/v3/compat";
 option deprecated = true;
 
 import "service-mesh-probe/service-mesh.proto";