You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by ke...@apache.org on 2021/04/11 06:56:16 UTC

[skywalking-data-collect-protocol] branch feature/envoy-tcp-log created (now f9b5f52)

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

kezhenxu94 pushed a change to branch feature/envoy-tcp-log
in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git.


      at f9b5f52  Add protocol type for tcp access log

This branch includes the following new commits:

     new f9b5f52  Add protocol type for tcp access log

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[skywalking-data-collect-protocol] 01/01: Add protocol type for tcp access log

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch feature/envoy-tcp-log
in repository https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git

commit f9b5f52329d189981bd9545c2e29fc98429b857f
Author: kezhenxu94 <ke...@apache.org>
AuthorDate: Sun Apr 11 14:56:01 2021 +0800

    Add protocol type for tcp access log
---
 service-mesh-probe/service-mesh.proto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/service-mesh-probe/service-mesh.proto b/service-mesh-probe/service-mesh.proto
index 08f0f2a..5f09a06 100644
--- a/service-mesh-probe/service-mesh.proto
+++ b/service-mesh-probe/service-mesh.proto
@@ -61,6 +61,7 @@ message ServiceMeshMetric {
 enum Protocol {
     HTTP = 0;
     gRPC = 1;
+    TCP = 2;
 }
 
 message MeshProbeDownstream {