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 2021/04/11 07:11:26 UTC

[skywalking-data-collect-protocol] branch master updated: Add protocol type for tcp access log (#50)

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 9a689b0  Add protocol type for tcp access log (#50)
9a689b0 is described below

commit 9a689b0188cbdc7bd8d6ddd99b4ad5283e82fe88
Author: Zhenxu Ke <ke...@apache.org>
AuthorDate: Sun Apr 11 15:11:19 2021 +0800

    Add protocol type for tcp access log (#50)
---
 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 {