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

liuhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-goapi.git


The following commit(s) were added to refs/heads/main by this push:
     new e237d58  Bump up data collect protocol for eBPF ztunnel protocol (#90)
e237d58 is described below

commit e237d585745f8e2d7953834584d5d2a798b1a5d5
Author: mrproliu <[email protected]>
AuthorDate: Tue May 20 11:31:35 2025 +0800

    Bump up data collect protocol for eBPF ztunnel protocol (#90)
---
 collect/ebpf/accesslog/v3/accesslog.pb.go | 120 ++++++++++++++++--------------
 dependencies.sh                           |   2 +-
 2 files changed, 64 insertions(+), 58 deletions(-)

diff --git a/collect/ebpf/accesslog/v3/accesslog.pb.go 
b/collect/ebpf/accesslog/v3/accesslog.pb.go
index 2e26bab..a50d324 100644
--- a/collect/ebpf/accesslog/v3/accesslog.pb.go
+++ b/collect/ebpf/accesslog/v3/accesslog.pb.go
@@ -42,15 +42,18 @@ type ZTunnelAttachmentEnvironmentDetectBy int32
 
 const (
        ZTunnelAttachmentEnvironmentDetectBy_ZTUNNEL_OUTBOUND_FUNC 
ZTunnelAttachmentEnvironmentDetectBy = 0
+       ZTunnelAttachmentEnvironmentDetectBy_ZTUNNEL_INBOUND_FUNC  
ZTunnelAttachmentEnvironmentDetectBy = 1
 )
 
 // Enum value maps for ZTunnelAttachmentEnvironmentDetectBy.
 var (
        ZTunnelAttachmentEnvironmentDetectBy_name = map[int32]string{
                0: "ZTUNNEL_OUTBOUND_FUNC",
+               1: "ZTUNNEL_INBOUND_FUNC",
        }
        ZTunnelAttachmentEnvironmentDetectBy_value = map[string]int32{
                "ZTUNNEL_OUTBOUND_FUNC": 0,
+               "ZTUNNEL_INBOUND_FUNC":  1,
        }
 )
 
@@ -947,6 +950,7 @@ type ZTunnelAttachmentEnvironment struct {
        // the real destination ip address of the connection
        RealDestinationIp string 
`protobuf:"bytes,1,opt,name=real_destination_ip,json=realDestinationIp,proto3" 
json:"real_destination_ip,omitempty"`
        // how the environment detected
+       // if detect by inbound, then the real destination ip is empty
        By ZTunnelAttachmentEnvironmentDetectBy 
`protobuf:"varint,2,opt,name=by,proto3,enum=skywalking.v3.ZTunnelAttachmentEnvironmentDetectBy"
 json:"by,omitempty"`
        // the security policy of the ztunnel communicate with upstream
        SecurityPolicy ZTunnelAttachmentSecurityPolicy 
`protobuf:"varint,3,opt,name=security_policy,json=securityPolicy,proto3,enum=skywalking.v3.ZTunnelAttachmentSecurityPolicy"
 json:"security_policy,omitempty"`
@@ -3208,66 +3212,68 @@ var file_ebpf_accesslog_proto_rawDesc = []byte{
        0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x01, 0x20, 
0x01, 0x28, 0x04, 0x52,
        0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x22, 0x19, 0x0a, 0x17, 0x45, 
0x42, 0x50, 0x46, 0x41,
        0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x44, 0x6f, 0x77, 0x6e, 
0x73, 0x74, 0x72, 0x65,
-       0x61, 0x6d, 0x2a, 0x41, 0x0a, 0x24, 0x5a, 0x54, 0x75, 0x6e, 0x6e, 0x65, 
0x6c, 0x41, 0x74, 0x74,
+       0x61, 0x6d, 0x2a, 0x5b, 0x0a, 0x24, 0x5a, 0x54, 0x75, 0x6e, 0x6e, 0x65, 
0x6c, 0x41, 0x74, 0x74,
        0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x45, 0x6e, 0x76, 0x69, 0x72, 
0x6f, 0x6e, 0x6d, 0x65,
        0x6e, 0x74, 0x44, 0x65, 0x74, 0x65, 0x63, 0x74, 0x42, 0x79, 0x12, 0x19, 
0x0a, 0x15, 0x5a, 0x54,
        0x55, 0x4e, 0x4e, 0x45, 0x4c, 0x5f, 0x4f, 0x55, 0x54, 0x42, 0x4f, 0x55, 
0x4e, 0x44, 0x5f, 0x46,
-       0x55, 0x4e, 0x43, 0x10, 0x00, 0x2a, 0x35, 0x0a, 0x1f, 0x5a, 0x54, 0x75, 
0x6e, 0x6e, 0x65, 0x6c,
-       0x41, 0x74, 0x74, 0x61, 0x63, 0x68, 0x6d, 0x65, 0x6e, 0x74, 0x53, 0x65, 
0x63, 0x75, 0x72, 0x69,
-       0x74, 0x79, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x08, 0x0a, 0x04, 
0x4d, 0x54, 0x4c, 0x53,
-       0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x01, 
0x2a, 0x30, 0x0a, 0x1a,
-       0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x43, 0x6f, 0x6e, 
0x6e, 0x65, 0x63, 0x74,
-       0x69, 0x6f, 0x6e, 0x54, 0x4c, 0x53, 0x4d, 0x6f, 0x64, 0x65, 0x12, 0x09, 
0x0a, 0x05, 0x50, 0x6c,
-       0x61, 0x69, 0x6e, 0x10, 0x00, 0x12, 0x07, 0x0a, 0x03, 0x54, 0x4c, 0x53, 
0x10, 0x01, 0x2a, 0x34,
-       0x0a, 0x1c, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x48, 
0x54, 0x54, 0x50, 0x50,
-       0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x56, 0x65, 0x72, 0x73, 0x69, 
0x6f, 0x6e, 0x12, 0x09,
-       0x0a, 0x05, 0x48, 0x54, 0x54, 0x50, 0x31, 0x10, 0x00, 0x12, 0x09, 0x0a, 
0x05, 0x48, 0x54, 0x54,
-       0x50, 0x32, 0x10, 0x01, 0x2a, 0x38, 0x0a, 0x1a, 0x41, 0x63, 0x63, 0x65, 
0x73, 0x73, 0x4c, 0x6f,
-       0x67, 0x54, 0x72, 0x61, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x50, 0x72, 
0x6f, 0x76, 0x69, 0x64,
-       0x65, 0x72, 0x12, 0x0a, 0x0a, 0x06, 0x5a, 0x69, 0x70, 0x6b, 0x69, 0x6e, 
0x10, 0x00, 0x12, 0x0e,
-       0x0a, 0x0a, 0x53, 0x6b, 0x79, 0x57, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67, 
0x10, 0x01, 0x2a, 0x86,
-       0x01, 0x0a, 0x22, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 
0x48, 0x54, 0x54, 0x50,
-       0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x52, 0x65, 0x71, 0x75, 
0x65, 0x73, 0x74, 0x4d,
-       0x65, 0x74, 0x68, 0x6f, 0x64, 0x12, 0x07, 0x0a, 0x03, 0x47, 0x65, 0x74, 
0x10, 0x00, 0x12, 0x08,
-       0x0a, 0x04, 0x50, 0x6f, 0x73, 0x74, 0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 
0x50, 0x75, 0x74, 0x10,
-       0x02, 0x12, 0x0a, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x10, 
0x03, 0x12, 0x08, 0x0a,
-       0x04, 0x48, 0x65, 0x61, 0x64, 0x10, 0x04, 0x12, 0x09, 0x0a, 0x05, 0x50, 
0x61, 0x74, 0x63, 0x68,
-       0x10, 0x05, 0x12, 0x0b, 0x0a, 0x07, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 
0x73, 0x10, 0x06, 0x12,
-       0x09, 0x0a, 0x05, 0x54, 0x72, 0x61, 0x63, 0x65, 0x10, 0x07, 0x12, 0x0b, 
0x0a, 0x07, 0x43, 0x6f,
-       0x6e, 0x6e, 0x65, 0x63, 0x74, 0x10, 0x08, 0x2a, 0x83, 0x01, 0x0a, 0x1b, 
0x41, 0x63, 0x63, 0x65,
-       0x73, 0x73, 0x4c, 0x6f, 0x67, 0x4b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x57, 
0x72, 0x69, 0x74, 0x65,
-       0x53, 0x79, 0x73, 0x63, 0x61, 0x6c, 0x6c, 0x12, 0x09, 0x0a, 0x05, 0x57, 
0x72, 0x69, 0x74, 0x65,
-       0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x57, 0x72, 0x69, 0x74, 0x65, 0x76, 
0x10, 0x01, 0x12, 0x08,
-       0x0a, 0x04, 0x53, 0x65, 0x6e, 0x64, 0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 
0x53, 0x65, 0x6e, 0x64,
-       0x54, 0x6f, 0x10, 0x03, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x65, 0x6e, 0x64, 
0x4d, 0x73, 0x67, 0x10,
-       0x04, 0x12, 0x0c, 0x0a, 0x08, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x6d, 0x73, 
0x67, 0x10, 0x05, 0x12,
-       0x0c, 0x0a, 0x08, 0x53, 0x65, 0x6e, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x10, 
0x06, 0x12, 0x0e, 0x0a,
-       0x0a, 0x53, 0x65, 0x6e, 0x64, 0x46, 0x69, 0x6c, 0x65, 0x36, 0x34, 0x10, 
0x07, 0x2a, 0x64, 0x0a,
-       0x1a, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x4b, 0x65, 
0x72, 0x6e, 0x65, 0x6c,
-       0x52, 0x65, 0x61, 0x64, 0x53, 0x79, 0x73, 0x63, 0x61, 0x6c, 0x6c, 0x12, 
0x08, 0x0a, 0x04, 0x52,
-       0x65, 0x61, 0x64, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x52, 0x65, 0x61, 
0x64, 0x76, 0x10, 0x01,
-       0x12, 0x08, 0x0a, 0x04, 0x52, 0x65, 0x63, 0x76, 0x10, 0x02, 0x12, 0x0c, 
0x0a, 0x08, 0x52, 0x65,
-       0x63, 0x76, 0x46, 0x72, 0x6f, 0x6d, 0x10, 0x03, 0x12, 0x0b, 0x0a, 0x07, 
0x52, 0x65, 0x63, 0x76,
-       0x4d, 0x73, 0x67, 0x10, 0x04, 0x12, 0x0c, 0x0a, 0x08, 0x52, 0x65, 0x63, 
0x76, 0x4d, 0x6d, 0x73,
-       0x67, 0x10, 0x05, 0x2a, 0x38, 0x0a, 0x15, 0x41, 0x63, 0x63, 0x65, 0x73, 
0x73, 0x4c, 0x6f, 0x67,
-       0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x54, 0x79, 0x70, 0x65, 
0x12, 0x07, 0x0a, 0x03,
-       0x54, 0x43, 0x50, 0x10, 0x00, 0x12, 0x0a, 0x0a, 0x06, 0x48, 0x54, 0x54, 
0x50, 0x5f, 0x31, 0x10,
-       0x01, 0x12, 0x0a, 0x0a, 0x06, 0x48, 0x54, 0x54, 0x50, 0x5f, 0x32, 0x10, 
0x02, 0x32, 0x72, 0x0a,
-       0x14, 0x45, 0x42, 0x50, 0x46, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 
0x6f, 0x67, 0x53, 0x65,
-       0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x5a, 0x0a, 0x07, 0x63, 0x6f, 0x6c, 
0x6c, 0x65, 0x63, 0x74,
-       0x12, 0x23, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 
0x67, 0x2e, 0x76, 0x33,
-       0x2e, 0x45, 0x42, 0x50, 0x46, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 
0x6f, 0x67, 0x4d, 0x65,
-       0x73, 0x73, 0x61, 0x67, 0x65, 0x1a, 0x26, 0x2e, 0x73, 0x6b, 0x79, 0x77, 
0x61, 0x6c, 0x6b, 0x69,
-       0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e, 0x45, 0x42, 0x50, 0x46, 0x41, 0x63, 
0x63, 0x65, 0x73, 0x73,
-       0x4c, 0x6f, 0x67, 0x44, 0x6f, 0x77, 0x6e, 0x73, 0x74, 0x72, 0x65, 0x61, 
0x6d, 0x22, 0x00, 0x28,
-       0x01, 0x42, 0x73, 0x0a, 0x33, 0x6f, 0x72, 0x67, 0x2e, 0x61, 0x70, 0x61, 
0x63, 0x68, 0x65, 0x2e,
-       0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x61, 
0x70, 0x6d, 0x2e, 0x6e,
-       0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2e, 0x65, 0x62, 0x70, 0x66, 0x2e, 
0x61, 0x63, 0x63, 0x65,
-       0x73, 0x73, 0x6c, 0x6f, 0x67, 0x2e, 0x76, 0x33, 0x50, 0x01, 0x5a, 0x3a, 
0x73, 0x6b, 0x79, 0x77,
-       0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x61, 0x70, 0x61, 0x63, 0x68, 
0x65, 0x2e, 0x6f, 0x72,
-       0x67, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x2f, 0x67, 0x6f, 0x61, 0x70, 0x69, 
0x2f, 0x63, 0x6f, 0x6c,
-       0x6c, 0x65, 0x63, 0x74, 0x2f, 0x65, 0x62, 0x70, 0x66, 0x2f, 0x61, 0x63, 
0x63, 0x65, 0x73, 0x73,
-       0x6c, 0x6f, 0x67, 0x2f, 0x76, 0x33, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 
0x6f, 0x33,
+       0x55, 0x4e, 0x43, 0x10, 0x00, 0x12, 0x18, 0x0a, 0x14, 0x5a, 0x54, 0x55, 
0x4e, 0x4e, 0x45, 0x4c,
+       0x5f, 0x49, 0x4e, 0x42, 0x4f, 0x55, 0x4e, 0x44, 0x5f, 0x46, 0x55, 0x4e, 
0x43, 0x10, 0x01, 0x2a,
+       0x35, 0x0a, 0x1f, 0x5a, 0x54, 0x75, 0x6e, 0x6e, 0x65, 0x6c, 0x41, 0x74, 
0x74, 0x61, 0x63, 0x68,
+       0x6d, 0x65, 0x6e, 0x74, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 
0x50, 0x6f, 0x6c, 0x69,
+       0x63, 0x79, 0x12, 0x08, 0x0a, 0x04, 0x4d, 0x54, 0x4c, 0x53, 0x10, 0x00, 
0x12, 0x08, 0x0a, 0x04,
+       0x4e, 0x4f, 0x4e, 0x45, 0x10, 0x01, 0x2a, 0x30, 0x0a, 0x1a, 0x41, 0x63, 
0x63, 0x65, 0x73, 0x73,
+       0x4c, 0x6f, 0x67, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x69, 0x6f, 
0x6e, 0x54, 0x4c, 0x53,
+       0x4d, 0x6f, 0x64, 0x65, 0x12, 0x09, 0x0a, 0x05, 0x50, 0x6c, 0x61, 0x69, 
0x6e, 0x10, 0x00, 0x12,
+       0x07, 0x0a, 0x03, 0x54, 0x4c, 0x53, 0x10, 0x01, 0x2a, 0x34, 0x0a, 0x1c, 
0x41, 0x63, 0x63, 0x65,
+       0x73, 0x73, 0x4c, 0x6f, 0x67, 0x48, 0x54, 0x54, 0x50, 0x50, 0x72, 0x6f, 
0x74, 0x6f, 0x63, 0x6f,
+       0x6c, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x09, 0x0a, 0x05, 
0x48, 0x54, 0x54, 0x50,
+       0x31, 0x10, 0x00, 0x12, 0x09, 0x0a, 0x05, 0x48, 0x54, 0x54, 0x50, 0x32, 
0x10, 0x01, 0x2a, 0x38,
+       0x0a, 0x1a, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x54, 
0x72, 0x61, 0x63, 0x65,
+       0x49, 0x6e, 0x66, 0x6f, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 
0x12, 0x0a, 0x0a, 0x06,
+       0x5a, 0x69, 0x70, 0x6b, 0x69, 0x6e, 0x10, 0x00, 0x12, 0x0e, 0x0a, 0x0a, 
0x53, 0x6b, 0x79, 0x57,
+       0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67, 0x10, 0x01, 0x2a, 0x86, 0x01, 0x0a, 
0x22, 0x41, 0x63, 0x63,
+       0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x48, 0x54, 0x54, 0x50, 0x50, 0x72, 
0x6f, 0x74, 0x6f, 0x63,
+       0x6f, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x4d, 0x65, 0x74, 
0x68, 0x6f, 0x64, 0x12,
+       0x07, 0x0a, 0x03, 0x47, 0x65, 0x74, 0x10, 0x00, 0x12, 0x08, 0x0a, 0x04, 
0x50, 0x6f, 0x73, 0x74,
+       0x10, 0x01, 0x12, 0x07, 0x0a, 0x03, 0x50, 0x75, 0x74, 0x10, 0x02, 0x12, 
0x0a, 0x0a, 0x06, 0x44,
+       0x65, 0x6c, 0x65, 0x74, 0x65, 0x10, 0x03, 0x12, 0x08, 0x0a, 0x04, 0x48, 
0x65, 0x61, 0x64, 0x10,
+       0x04, 0x12, 0x09, 0x0a, 0x05, 0x50, 0x61, 0x74, 0x63, 0x68, 0x10, 0x05, 
0x12, 0x0b, 0x0a, 0x07,
+       0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x10, 0x06, 0x12, 0x09, 0x0a, 
0x05, 0x54, 0x72, 0x61,
+       0x63, 0x65, 0x10, 0x07, 0x12, 0x0b, 0x0a, 0x07, 0x43, 0x6f, 0x6e, 0x6e, 
0x65, 0x63, 0x74, 0x10,
+       0x08, 0x2a, 0x83, 0x01, 0x0a, 0x1b, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 
0x4c, 0x6f, 0x67, 0x4b,
+       0x65, 0x72, 0x6e, 0x65, 0x6c, 0x57, 0x72, 0x69, 0x74, 0x65, 0x53, 0x79, 
0x73, 0x63, 0x61, 0x6c,
+       0x6c, 0x12, 0x09, 0x0a, 0x05, 0x57, 0x72, 0x69, 0x74, 0x65, 0x10, 0x00, 
0x12, 0x0a, 0x0a, 0x06,
+       0x57, 0x72, 0x69, 0x74, 0x65, 0x76, 0x10, 0x01, 0x12, 0x08, 0x0a, 0x04, 
0x53, 0x65, 0x6e, 0x64,
+       0x10, 0x02, 0x12, 0x0a, 0x0a, 0x06, 0x53, 0x65, 0x6e, 0x64, 0x54, 0x6f, 
0x10, 0x03, 0x12, 0x0b,
+       0x0a, 0x07, 0x53, 0x65, 0x6e, 0x64, 0x4d, 0x73, 0x67, 0x10, 0x04, 0x12, 
0x0c, 0x0a, 0x08, 0x53,
+       0x65, 0x6e, 0x64, 0x4d, 0x6d, 0x73, 0x67, 0x10, 0x05, 0x12, 0x0c, 0x0a, 
0x08, 0x53, 0x65, 0x6e,
+       0x64, 0x46, 0x69, 0x6c, 0x65, 0x10, 0x06, 0x12, 0x0e, 0x0a, 0x0a, 0x53, 
0x65, 0x6e, 0x64, 0x46,
+       0x69, 0x6c, 0x65, 0x36, 0x34, 0x10, 0x07, 0x2a, 0x64, 0x0a, 0x1a, 0x41, 
0x63, 0x63, 0x65, 0x73,
+       0x73, 0x4c, 0x6f, 0x67, 0x4b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x52, 0x65, 
0x61, 0x64, 0x53, 0x79,
+       0x73, 0x63, 0x61, 0x6c, 0x6c, 0x12, 0x08, 0x0a, 0x04, 0x52, 0x65, 0x61, 
0x64, 0x10, 0x00, 0x12,
+       0x09, 0x0a, 0x05, 0x52, 0x65, 0x61, 0x64, 0x76, 0x10, 0x01, 0x12, 0x08, 
0x0a, 0x04, 0x52, 0x65,
+       0x63, 0x76, 0x10, 0x02, 0x12, 0x0c, 0x0a, 0x08, 0x52, 0x65, 0x63, 0x76, 
0x46, 0x72, 0x6f, 0x6d,
+       0x10, 0x03, 0x12, 0x0b, 0x0a, 0x07, 0x52, 0x65, 0x63, 0x76, 0x4d, 0x73, 
0x67, 0x10, 0x04, 0x12,
+       0x0c, 0x0a, 0x08, 0x52, 0x65, 0x63, 0x76, 0x4d, 0x6d, 0x73, 0x67, 0x10, 
0x05, 0x2a, 0x38, 0x0a,
+       0x15, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x50, 0x72, 
0x6f, 0x74, 0x6f, 0x63,
+       0x6f, 0x6c, 0x54, 0x79, 0x70, 0x65, 0x12, 0x07, 0x0a, 0x03, 0x54, 0x43, 
0x50, 0x10, 0x00, 0x12,
+       0x0a, 0x0a, 0x06, 0x48, 0x54, 0x54, 0x50, 0x5f, 0x31, 0x10, 0x01, 0x12, 
0x0a, 0x0a, 0x06, 0x48,
+       0x54, 0x54, 0x50, 0x5f, 0x32, 0x10, 0x02, 0x32, 0x72, 0x0a, 0x14, 0x45, 
0x42, 0x50, 0x46, 0x41,
+       0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x53, 0x65, 0x72, 0x76, 
0x69, 0x63, 0x65, 0x12,
+       0x5a, 0x0a, 0x07, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x12, 0x23, 
0x2e, 0x73, 0x6b, 0x79,
+       0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e, 0x45, 
0x42, 0x50, 0x46, 0x41,
+       0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x4d, 0x65, 0x73, 0x73, 
0x61, 0x67, 0x65, 0x1a,
+       0x26, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67, 
0x2e, 0x76, 0x33, 0x2e,
+       0x45, 0x42, 0x50, 0x46, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 
0x67, 0x44, 0x6f, 0x77,
+       0x6e, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x22, 0x00, 0x28, 0x01, 0x42, 
0x73, 0x0a, 0x33, 0x6f,
+       0x72, 0x67, 0x2e, 0x61, 0x70, 0x61, 0x63, 0x68, 0x65, 0x2e, 0x73, 0x6b, 
0x79, 0x77, 0x61, 0x6c,
+       0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x61, 0x70, 0x6d, 0x2e, 0x6e, 0x65, 0x74, 
0x77, 0x6f, 0x72, 0x6b,
+       0x2e, 0x65, 0x62, 0x70, 0x66, 0x2e, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 
0x6c, 0x6f, 0x67, 0x2e,
+       0x76, 0x33, 0x50, 0x01, 0x5a, 0x3a, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 
0x6b, 0x69, 0x6e, 0x67,
+       0x2e, 0x61, 0x70, 0x61, 0x63, 0x68, 0x65, 0x2e, 0x6f, 0x72, 0x67, 0x2f, 
0x72, 0x65, 0x70, 0x6f,
+       0x2f, 0x67, 0x6f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 
0x63, 0x74, 0x2f, 0x65,
+       0x62, 0x70, 0x66, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x6c, 0x6f, 
0x67, 0x2f, 0x76, 0x33,
+       0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
 }
 
 var (
diff --git a/dependencies.sh b/dependencies.sh
index de7c996..095ae3e 100644
--- a/dependencies.sh
+++ b/dependencies.sh
@@ -17,7 +17,7 @@
 # specific language governing permissions and limitations
 # under the License.
 
-export COLLECT_PROTOCOL_SHA=07e6018301187a6a9429e5c204c62df1e4db7a6b
+export COLLECT_PROTOCOL_SHA=157baf3e7a9710d3041e9caec39eecab7e0c5a82
 export QUERY_PROTOCOL_SHA=23baed2234e4bbc18cd7ec7d47bfe7d4bc8ef363
 export ENVOY_SERVICE_PROTOCOL_SHA=533b32f1b390a3a88ec2008d0561e07c926d879a
 export XDS_SERVICE_PROTOCOL_SHA=25de7278fc844d392d607214f36dbedf50f167ee

Reply via email to