This is an automated email from the ASF dual-hosted git repository.
wusheng 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 53f5be6 Sync data collect for enhance the access log (#73)
53f5be6 is described below
commit 53f5be6739c40470576927c0c5cf93b5744ea5e3
Author: mrproliu <[email protected]>
AuthorDate: Mon Dec 25 16:56:19 2023 +0800
Sync data collect for enhance the access log (#73)
---
collect/ebpf/accesslog/v3/accesslog.pb.go | 675 +++++++++++++++++-------------
dependencies.sh | 2 +-
2 files changed, 396 insertions(+), 281 deletions(-)
diff --git a/collect/ebpf/accesslog/v3/accesslog.pb.go
b/collect/ebpf/accesslog/v3/accesslog.pb.go
index 2cb96e7..04559d1 100644
--- a/collect/ebpf/accesslog/v3/accesslog.pb.go
+++ b/collect/ebpf/accesslog/v3/accesslog.pb.go
@@ -872,6 +872,7 @@ type AccessLogKernelLog struct {
// Types that are assignable to Operation:
//
// *AccessLogKernelLog_Connect
+ // *AccessLogKernelLog_Accept
// *AccessLogKernelLog_Close
// *AccessLogKernelLog_Read
// *AccessLogKernelLog_Write
@@ -924,6 +925,13 @@ func (x *AccessLogKernelLog) GetConnect()
*AccessLogKernelConnectOperation {
return nil
}
+func (x *AccessLogKernelLog) GetAccept() *AccessLogKernelAcceptOperation {
+ if x, ok := x.GetOperation().(*AccessLogKernelLog_Accept); ok {
+ return x.Accept
+ }
+ return nil
+}
+
func (x *AccessLogKernelLog) GetClose() *AccessLogKernelCloseOperation {
if x, ok := x.GetOperation().(*AccessLogKernelLog_Close); ok {
return x.Close
@@ -953,20 +961,26 @@ type AccessLogKernelLog_Connect struct {
Connect *AccessLogKernelConnectOperation
`protobuf:"bytes,1,opt,name=connect,proto3,oneof"`
}
+type AccessLogKernelLog_Accept struct {
+ Accept *AccessLogKernelAcceptOperation
`protobuf:"bytes,2,opt,name=accept,proto3,oneof"`
+}
+
type AccessLogKernelLog_Close struct {
- Close *AccessLogKernelCloseOperation
`protobuf:"bytes,2,opt,name=close,proto3,oneof"`
+ Close *AccessLogKernelCloseOperation
`protobuf:"bytes,3,opt,name=close,proto3,oneof"`
}
type AccessLogKernelLog_Read struct {
- Read *AccessLogKernelReadOperation
`protobuf:"bytes,3,opt,name=read,proto3,oneof"`
+ Read *AccessLogKernelReadOperation
`protobuf:"bytes,4,opt,name=read,proto3,oneof"`
}
type AccessLogKernelLog_Write struct {
- Write *AccessLogKernelWriteOperation
`protobuf:"bytes,4,opt,name=write,proto3,oneof"`
+ Write *AccessLogKernelWriteOperation
`protobuf:"bytes,5,opt,name=write,proto3,oneof"`
}
func (*AccessLogKernelLog_Connect) isAccessLogKernelLog_Operation() {}
+func (*AccessLogKernelLog_Accept) isAccessLogKernelLog_Operation() {}
+
func (*AccessLogKernelLog_Close) isAccessLogKernelLog_Operation() {}
func (*AccessLogKernelLog_Read) isAccessLogKernelLog_Operation() {}
@@ -1413,6 +1427,63 @@ func (x *AccessLogKernelConnectOperation) GetSuccess()
bool {
return false
}
+type AccessLogKernelAcceptOperation struct {
+ state protoimpl.MessageState
+ sizeCache protoimpl.SizeCache
+ unknownFields protoimpl.UnknownFields
+
+ // Starting to accept socket timestamp
+ StartTime *EBPFTimestamp `protobuf:"bytes,1,opt,name=startTime,proto3"
json:"startTime,omitempty"`
+ // Finish accept operation timestamp
+ EndTime *EBPFTimestamp `protobuf:"bytes,2,opt,name=endTime,proto3"
json:"endTime,omitempty"`
+}
+
+func (x *AccessLogKernelAcceptOperation) Reset() {
+ *x = AccessLogKernelAcceptOperation{}
+ if protoimpl.UnsafeEnabled {
+ mi := &file_ebpf_accesslog_proto_msgTypes[14]
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ ms.StoreMessageInfo(mi)
+ }
+}
+
+func (x *AccessLogKernelAcceptOperation) String() string {
+ return protoimpl.X.MessageStringOf(x)
+}
+
+func (*AccessLogKernelAcceptOperation) ProtoMessage() {}
+
+func (x *AccessLogKernelAcceptOperation) ProtoReflect() protoreflect.Message {
+ mi := &file_ebpf_accesslog_proto_msgTypes[14]
+ if protoimpl.UnsafeEnabled && x != nil {
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
+ if ms.LoadMessageInfo() == nil {
+ ms.StoreMessageInfo(mi)
+ }
+ return ms
+ }
+ return mi.MessageOf(x)
+}
+
+// Deprecated: Use AccessLogKernelAcceptOperation.ProtoReflect.Descriptor
instead.
+func (*AccessLogKernelAcceptOperation) Descriptor() ([]byte, []int) {
+ return file_ebpf_accesslog_proto_rawDescGZIP(), []int{14}
+}
+
+func (x *AccessLogKernelAcceptOperation) GetStartTime() *EBPFTimestamp {
+ if x != nil {
+ return x.StartTime
+ }
+ return nil
+}
+
+func (x *AccessLogKernelAcceptOperation) GetEndTime() *EBPFTimestamp {
+ if x != nil {
+ return x.EndTime
+ }
+ return nil
+}
+
type AccessLogKernelCloseOperation struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -1429,7 +1500,7 @@ type AccessLogKernelCloseOperation struct {
func (x *AccessLogKernelCloseOperation) Reset() {
*x = AccessLogKernelCloseOperation{}
if protoimpl.UnsafeEnabled {
- mi := &file_ebpf_accesslog_proto_msgTypes[14]
+ mi := &file_ebpf_accesslog_proto_msgTypes[15]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -1442,7 +1513,7 @@ func (x *AccessLogKernelCloseOperation) String() string {
func (*AccessLogKernelCloseOperation) ProtoMessage() {}
func (x *AccessLogKernelCloseOperation) ProtoReflect() protoreflect.Message {
- mi := &file_ebpf_accesslog_proto_msgTypes[14]
+ mi := &file_ebpf_accesslog_proto_msgTypes[15]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -1455,7 +1526,7 @@ func (x *AccessLogKernelCloseOperation) ProtoReflect()
protoreflect.Message {
// Deprecated: Use AccessLogKernelCloseOperation.ProtoReflect.Descriptor
instead.
func (*AccessLogKernelCloseOperation) Descriptor() ([]byte, []int) {
- return file_ebpf_accesslog_proto_rawDescGZIP(), []int{14}
+ return file_ebpf_accesslog_proto_rawDescGZIP(), []int{15}
}
func (x *AccessLogKernelCloseOperation) GetStartTime() *EBPFTimestamp {
@@ -1499,7 +1570,7 @@ type AccessLogKernelWriteOperation struct {
func (x *AccessLogKernelWriteOperation) Reset() {
*x = AccessLogKernelWriteOperation{}
if protoimpl.UnsafeEnabled {
- mi := &file_ebpf_accesslog_proto_msgTypes[15]
+ mi := &file_ebpf_accesslog_proto_msgTypes[16]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -1512,7 +1583,7 @@ func (x *AccessLogKernelWriteOperation) String() string {
func (*AccessLogKernelWriteOperation) ProtoMessage() {}
func (x *AccessLogKernelWriteOperation) ProtoReflect() protoreflect.Message {
- mi := &file_ebpf_accesslog_proto_msgTypes[15]
+ mi := &file_ebpf_accesslog_proto_msgTypes[16]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -1525,7 +1596,7 @@ func (x *AccessLogKernelWriteOperation) ProtoReflect()
protoreflect.Message {
// Deprecated: Use AccessLogKernelWriteOperation.ProtoReflect.Descriptor
instead.
func (*AccessLogKernelWriteOperation) Descriptor() ([]byte, []int) {
- return file_ebpf_accesslog_proto_rawDescGZIP(), []int{15}
+ return file_ebpf_accesslog_proto_rawDescGZIP(), []int{16}
}
func (x *AccessLogKernelWriteOperation) GetStartTime() *EBPFTimestamp {
@@ -1590,7 +1661,7 @@ type AccessLogKernelWriteL4Metrics struct {
func (x *AccessLogKernelWriteL4Metrics) Reset() {
*x = AccessLogKernelWriteL4Metrics{}
if protoimpl.UnsafeEnabled {
- mi := &file_ebpf_accesslog_proto_msgTypes[16]
+ mi := &file_ebpf_accesslog_proto_msgTypes[17]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -1603,7 +1674,7 @@ func (x *AccessLogKernelWriteL4Metrics) String() string {
func (*AccessLogKernelWriteL4Metrics) ProtoMessage() {}
func (x *AccessLogKernelWriteL4Metrics) ProtoReflect() protoreflect.Message {
- mi := &file_ebpf_accesslog_proto_msgTypes[16]
+ mi := &file_ebpf_accesslog_proto_msgTypes[17]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -1616,7 +1687,7 @@ func (x *AccessLogKernelWriteL4Metrics) ProtoReflect()
protoreflect.Message {
// Deprecated: Use AccessLogKernelWriteL4Metrics.ProtoReflect.Descriptor
instead.
func (*AccessLogKernelWriteL4Metrics) Descriptor() ([]byte, []int) {
- return file_ebpf_accesslog_proto_rawDescGZIP(), []int{16}
+ return file_ebpf_accesslog_proto_rawDescGZIP(), []int{17}
}
func (x *AccessLogKernelWriteL4Metrics) GetTotalDuration() uint64 {
@@ -1666,7 +1737,7 @@ type AccessLogLossPackageMetrics struct {
func (x *AccessLogLossPackageMetrics) Reset() {
*x = AccessLogLossPackageMetrics{}
if protoimpl.UnsafeEnabled {
- mi := &file_ebpf_accesslog_proto_msgTypes[17]
+ mi := &file_ebpf_accesslog_proto_msgTypes[18]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -1679,7 +1750,7 @@ func (x *AccessLogLossPackageMetrics) String() string {
func (*AccessLogLossPackageMetrics) ProtoMessage() {}
func (x *AccessLogLossPackageMetrics) ProtoReflect() protoreflect.Message {
- mi := &file_ebpf_accesslog_proto_msgTypes[17]
+ mi := &file_ebpf_accesslog_proto_msgTypes[18]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -1692,7 +1763,7 @@ func (x *AccessLogLossPackageMetrics) ProtoReflect()
protoreflect.Message {
// Deprecated: Use AccessLogLossPackageMetrics.ProtoReflect.Descriptor instead.
func (*AccessLogLossPackageMetrics) Descriptor() ([]byte, []int) {
- return file_ebpf_accesslog_proto_rawDescGZIP(), []int{17}
+ return file_ebpf_accesslog_proto_rawDescGZIP(), []int{18}
}
func (x *AccessLogLossPackageMetrics) GetLocation() string {
@@ -1731,7 +1802,7 @@ type AccessLogKernelWriteL3Metrics struct {
func (x *AccessLogKernelWriteL3Metrics) Reset() {
*x = AccessLogKernelWriteL3Metrics{}
if protoimpl.UnsafeEnabled {
- mi := &file_ebpf_accesslog_proto_msgTypes[18]
+ mi := &file_ebpf_accesslog_proto_msgTypes[19]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -1744,7 +1815,7 @@ func (x *AccessLogKernelWriteL3Metrics) String() string {
func (*AccessLogKernelWriteL3Metrics) ProtoMessage() {}
func (x *AccessLogKernelWriteL3Metrics) ProtoReflect() protoreflect.Message {
- mi := &file_ebpf_accesslog_proto_msgTypes[18]
+ mi := &file_ebpf_accesslog_proto_msgTypes[19]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -1757,7 +1828,7 @@ func (x *AccessLogKernelWriteL3Metrics) ProtoReflect()
protoreflect.Message {
// Deprecated: Use AccessLogKernelWriteL3Metrics.ProtoReflect.Descriptor
instead.
func (*AccessLogKernelWriteL3Metrics) Descriptor() ([]byte, []int) {
- return file_ebpf_accesslog_proto_rawDescGZIP(), []int{18}
+ return file_ebpf_accesslog_proto_rawDescGZIP(), []int{19}
}
func (x *AccessLogKernelWriteL3Metrics) GetTotalDuration() uint64 {
@@ -1829,7 +1900,7 @@ type AccessLogKernelWriteL2Metrics struct {
func (x *AccessLogKernelWriteL2Metrics) Reset() {
*x = AccessLogKernelWriteL2Metrics{}
if protoimpl.UnsafeEnabled {
- mi := &file_ebpf_accesslog_proto_msgTypes[19]
+ mi := &file_ebpf_accesslog_proto_msgTypes[20]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -1842,7 +1913,7 @@ func (x *AccessLogKernelWriteL2Metrics) String() string {
func (*AccessLogKernelWriteL2Metrics) ProtoMessage() {}
func (x *AccessLogKernelWriteL2Metrics) ProtoReflect() protoreflect.Message {
- mi := &file_ebpf_accesslog_proto_msgTypes[19]
+ mi := &file_ebpf_accesslog_proto_msgTypes[20]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -1855,7 +1926,7 @@ func (x *AccessLogKernelWriteL2Metrics) ProtoReflect()
protoreflect.Message {
// Deprecated: Use AccessLogKernelWriteL2Metrics.ProtoReflect.Descriptor
instead.
func (*AccessLogKernelWriteL2Metrics) Descriptor() ([]byte, []int) {
- return file_ebpf_accesslog_proto_rawDescGZIP(), []int{19}
+ return file_ebpf_accesslog_proto_rawDescGZIP(), []int{20}
}
func (x *AccessLogKernelWriteL2Metrics) GetTotalDuration() uint64 {
@@ -1913,7 +1984,7 @@ type AccessLogKernelReadOperation struct {
func (x *AccessLogKernelReadOperation) Reset() {
*x = AccessLogKernelReadOperation{}
if protoimpl.UnsafeEnabled {
- mi := &file_ebpf_accesslog_proto_msgTypes[20]
+ mi := &file_ebpf_accesslog_proto_msgTypes[21]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -1926,7 +1997,7 @@ func (x *AccessLogKernelReadOperation) String() string {
func (*AccessLogKernelReadOperation) ProtoMessage() {}
func (x *AccessLogKernelReadOperation) ProtoReflect() protoreflect.Message {
- mi := &file_ebpf_accesslog_proto_msgTypes[20]
+ mi := &file_ebpf_accesslog_proto_msgTypes[21]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -1939,7 +2010,7 @@ func (x *AccessLogKernelReadOperation) ProtoReflect()
protoreflect.Message {
// Deprecated: Use AccessLogKernelReadOperation.ProtoReflect.Descriptor
instead.
func (*AccessLogKernelReadOperation) Descriptor() ([]byte, []int) {
- return file_ebpf_accesslog_proto_rawDescGZIP(), []int{20}
+ return file_ebpf_accesslog_proto_rawDescGZIP(), []int{21}
}
func (x *AccessLogKernelReadOperation) GetStartTime() *EBPFTimestamp {
@@ -1995,14 +2066,16 @@ type AccessLogKernelReadL2Metrics struct {
TotalPackageCount uint32
`protobuf:"varint,2,opt,name=totalPackageCount,proto3"
json:"totalPackageCount,omitempty"`
// total package size
TotalPackageSize uint64
`protobuf:"varint,3,opt,name=totalPackageSize,proto3"
json:"totalPackageSize,omitempty"`
- // total package from receive to enqueue(wait for reading)
duration(nanosecond)
+ // total duration(nanosecond) of all data packets queued (waiting to be
read).
TotalPackageToQueueDuration uint64
`protobuf:"varint,4,opt,name=totalPackageToQueueDuration,proto3"
json:"totalPackageToQueueDuration,omitempty"`
+ // total duration(nanosecond) of all data packets read from the queue.
+ TotalRcvPackageFromQueueDuration uint64
`protobuf:"varint,5,opt,name=totalRcvPackageFromQueueDuration,proto3"
json:"totalRcvPackageFromQueueDuration,omitempty"`
}
func (x *AccessLogKernelReadL2Metrics) Reset() {
*x = AccessLogKernelReadL2Metrics{}
if protoimpl.UnsafeEnabled {
- mi := &file_ebpf_accesslog_proto_msgTypes[21]
+ mi := &file_ebpf_accesslog_proto_msgTypes[22]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -2015,7 +2088,7 @@ func (x *AccessLogKernelReadL2Metrics) String() string {
func (*AccessLogKernelReadL2Metrics) ProtoMessage() {}
func (x *AccessLogKernelReadL2Metrics) ProtoReflect() protoreflect.Message {
- mi := &file_ebpf_accesslog_proto_msgTypes[21]
+ mi := &file_ebpf_accesslog_proto_msgTypes[22]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -2028,7 +2101,7 @@ func (x *AccessLogKernelReadL2Metrics) ProtoReflect()
protoreflect.Message {
// Deprecated: Use AccessLogKernelReadL2Metrics.ProtoReflect.Descriptor
instead.
func (*AccessLogKernelReadL2Metrics) Descriptor() ([]byte, []int) {
- return file_ebpf_accesslog_proto_rawDescGZIP(), []int{21}
+ return file_ebpf_accesslog_proto_rawDescGZIP(), []int{22}
}
func (x *AccessLogKernelReadL2Metrics) GetIfindex() uint32 {
@@ -2059,6 +2132,13 @@ func (x *AccessLogKernelReadL2Metrics)
GetTotalPackageToQueueDuration() uint64 {
return 0
}
+func (x *AccessLogKernelReadL2Metrics) GetTotalRcvPackageFromQueueDuration()
uint64 {
+ if x != nil {
+ return x.TotalRcvPackageFromQueueDuration
+ }
+ return 0
+}
+
type AccessLogKernelReadL3Metrics struct {
state protoimpl.MessageState
sizeCache protoimpl.SizeCache
@@ -2077,7 +2157,7 @@ type AccessLogKernelReadL3Metrics struct {
func (x *AccessLogKernelReadL3Metrics) Reset() {
*x = AccessLogKernelReadL3Metrics{}
if protoimpl.UnsafeEnabled {
- mi := &file_ebpf_accesslog_proto_msgTypes[22]
+ mi := &file_ebpf_accesslog_proto_msgTypes[23]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -2090,7 +2170,7 @@ func (x *AccessLogKernelReadL3Metrics) String() string {
func (*AccessLogKernelReadL3Metrics) ProtoMessage() {}
func (x *AccessLogKernelReadL3Metrics) ProtoReflect() protoreflect.Message {
- mi := &file_ebpf_accesslog_proto_msgTypes[22]
+ mi := &file_ebpf_accesslog_proto_msgTypes[23]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -2103,7 +2183,7 @@ func (x *AccessLogKernelReadL3Metrics) ProtoReflect()
protoreflect.Message {
// Deprecated: Use AccessLogKernelReadL3Metrics.ProtoReflect.Descriptor
instead.
func (*AccessLogKernelReadL3Metrics) Descriptor() ([]byte, []int) {
- return file_ebpf_accesslog_proto_rawDescGZIP(), []int{22}
+ return file_ebpf_accesslog_proto_rawDescGZIP(), []int{23}
}
func (x *AccessLogKernelReadL3Metrics) GetTotalDuration() uint64 {
@@ -2152,7 +2232,7 @@ type AccessLogKernelReadL4Metrics struct {
func (x *AccessLogKernelReadL4Metrics) Reset() {
*x = AccessLogKernelReadL4Metrics{}
if protoimpl.UnsafeEnabled {
- mi := &file_ebpf_accesslog_proto_msgTypes[23]
+ mi := &file_ebpf_accesslog_proto_msgTypes[24]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -2165,7 +2245,7 @@ func (x *AccessLogKernelReadL4Metrics) String() string {
func (*AccessLogKernelReadL4Metrics) ProtoMessage() {}
func (x *AccessLogKernelReadL4Metrics) ProtoReflect() protoreflect.Message {
- mi := &file_ebpf_accesslog_proto_msgTypes[23]
+ mi := &file_ebpf_accesslog_proto_msgTypes[24]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -2178,7 +2258,7 @@ func (x *AccessLogKernelReadL4Metrics) ProtoReflect()
protoreflect.Message {
// Deprecated: Use AccessLogKernelReadL4Metrics.ProtoReflect.Descriptor
instead.
func (*AccessLogKernelReadL4Metrics) Descriptor() ([]byte, []int) {
- return file_ebpf_accesslog_proto_rawDescGZIP(), []int{23}
+ return file_ebpf_accesslog_proto_rawDescGZIP(), []int{24}
}
func (x *AccessLogKernelReadL4Metrics) GetTotalDuration() uint64 {
@@ -2202,7 +2282,7 @@ type EBPFTimestamp struct {
func (x *EBPFTimestamp) Reset() {
*x = EBPFTimestamp{}
if protoimpl.UnsafeEnabled {
- mi := &file_ebpf_accesslog_proto_msgTypes[24]
+ mi := &file_ebpf_accesslog_proto_msgTypes[25]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -2215,7 +2295,7 @@ func (x *EBPFTimestamp) String() string {
func (*EBPFTimestamp) ProtoMessage() {}
func (x *EBPFTimestamp) ProtoReflect() protoreflect.Message {
- mi := &file_ebpf_accesslog_proto_msgTypes[24]
+ mi := &file_ebpf_accesslog_proto_msgTypes[25]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -2228,7 +2308,7 @@ func (x *EBPFTimestamp) ProtoReflect()
protoreflect.Message {
// Deprecated: Use EBPFTimestamp.ProtoReflect.Descriptor instead.
func (*EBPFTimestamp) Descriptor() ([]byte, []int) {
- return file_ebpf_accesslog_proto_rawDescGZIP(), []int{24}
+ return file_ebpf_accesslog_proto_rawDescGZIP(), []int{25}
}
func (m *EBPFTimestamp) GetTimestamp() isEBPFTimestamp_Timestamp {
@@ -2267,7 +2347,7 @@ type EBPFOffsetTimestamp struct {
func (x *EBPFOffsetTimestamp) Reset() {
*x = EBPFOffsetTimestamp{}
if protoimpl.UnsafeEnabled {
- mi := &file_ebpf_accesslog_proto_msgTypes[25]
+ mi := &file_ebpf_accesslog_proto_msgTypes[26]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -2280,7 +2360,7 @@ func (x *EBPFOffsetTimestamp) String() string {
func (*EBPFOffsetTimestamp) ProtoMessage() {}
func (x *EBPFOffsetTimestamp) ProtoReflect() protoreflect.Message {
- mi := &file_ebpf_accesslog_proto_msgTypes[25]
+ mi := &file_ebpf_accesslog_proto_msgTypes[26]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -2293,7 +2373,7 @@ func (x *EBPFOffsetTimestamp) ProtoReflect()
protoreflect.Message {
// Deprecated: Use EBPFOffsetTimestamp.ProtoReflect.Descriptor instead.
func (*EBPFOffsetTimestamp) Descriptor() ([]byte, []int) {
- return file_ebpf_accesslog_proto_rawDescGZIP(), []int{25}
+ return file_ebpf_accesslog_proto_rawDescGZIP(), []int{26}
}
func (x *EBPFOffsetTimestamp) GetOffset() uint64 {
@@ -2312,7 +2392,7 @@ type EBPFAccessLogDownstream struct {
func (x *EBPFAccessLogDownstream) Reset() {
*x = EBPFAccessLogDownstream{}
if protoimpl.UnsafeEnabled {
- mi := &file_ebpf_accesslog_proto_msgTypes[26]
+ mi := &file_ebpf_accesslog_proto_msgTypes[27]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
@@ -2325,7 +2405,7 @@ func (x *EBPFAccessLogDownstream) String() string {
func (*EBPFAccessLogDownstream) ProtoMessage() {}
func (x *EBPFAccessLogDownstream) ProtoReflect() protoreflect.Message {
- mi := &file_ebpf_accesslog_proto_msgTypes[26]
+ mi := &file_ebpf_accesslog_proto_msgTypes[27]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
@@ -2338,7 +2418,7 @@ func (x *EBPFAccessLogDownstream) ProtoReflect()
protoreflect.Message {
// Deprecated: Use EBPFAccessLogDownstream.ProtoReflect.Descriptor instead.
func (*EBPFAccessLogDownstream) Descriptor() ([]byte, []int) {
- return file_ebpf_accesslog_proto_rawDescGZIP(), []int{26}
+ return file_ebpf_accesslog_proto_rawDescGZIP(), []int{27}
}
var File_ebpf_accesslog_proto protoreflect.FileDescriptor
@@ -2423,104 +2503,118 @@ var file_ebpf_accesslog_proto_rawDesc = []byte{
0x50, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x12, 0x0a, 0x04,
0x68, 0x6f, 0x73, 0x74,
0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x68, 0x6f, 0x73, 0x74,
0x12, 0x12, 0x0a, 0x04,
0x70, 0x6f, 0x72, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04,
0x70, 0x6f, 0x72, 0x74,
- 0x22, 0xbc, 0x02, 0x0a, 0x12, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c,
0x6f, 0x67, 0x4b, 0x65,
+ 0x22, 0x85, 0x03, 0x0a, 0x12, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c,
0x6f, 0x67, 0x4b, 0x65,
0x72, 0x6e, 0x65, 0x6c, 0x4c, 0x6f, 0x67, 0x12, 0x4a, 0x0a, 0x07, 0x63,
0x6f, 0x6e, 0x6e, 0x65,
0x63, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2e, 0x2e, 0x73,
0x6b, 0x79, 0x77, 0x61,
0x6c, 0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e, 0x41, 0x63, 0x63,
0x65, 0x73, 0x73, 0x4c,
0x6f, 0x67, 0x4b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x43, 0x6f, 0x6e, 0x6e,
0x65, 0x63, 0x74, 0x4f,
0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x07,
0x63, 0x6f, 0x6e, 0x6e,
- 0x65, 0x63, 0x74, 0x12, 0x44, 0x0a, 0x05, 0x63, 0x6c, 0x6f, 0x73, 0x65,
0x18, 0x02, 0x20, 0x01,
- 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b,
0x69, 0x6e, 0x67, 0x2e,
- 0x76, 0x33, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67,
0x4b, 0x65, 0x72, 0x6e,
- 0x65, 0x6c, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61,
0x74, 0x69, 0x6f, 0x6e,
- 0x48, 0x00, 0x52, 0x05, 0x63, 0x6c, 0x6f, 0x73, 0x65, 0x12, 0x41, 0x0a,
0x04, 0x72, 0x65, 0x61,
- 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x6b,
0x79, 0x77, 0x61, 0x6c,
- 0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e, 0x41, 0x63, 0x63, 0x65,
0x73, 0x73, 0x4c, 0x6f,
- 0x67, 0x4b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x52, 0x65, 0x61, 0x64, 0x4f,
0x70, 0x65, 0x72, 0x61,
- 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x04, 0x72, 0x65, 0x61, 0x64,
0x12, 0x44, 0x0a, 0x05,
- 0x77, 0x72, 0x69, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32,
0x2c, 0x2e, 0x73, 0x6b,
+ 0x65, 0x63, 0x74, 0x12, 0x47, 0x0a, 0x06, 0x61, 0x63, 0x63, 0x65, 0x70,
0x74, 0x18, 0x02, 0x20,
+ 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c,
0x6b, 0x69, 0x6e, 0x67,
+ 0x2e, 0x76, 0x33, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f,
0x67, 0x4b, 0x65, 0x72,
+ 0x6e, 0x65, 0x6c, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x4f, 0x70, 0x65,
0x72, 0x61, 0x74, 0x69,
+ 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x06, 0x61, 0x63, 0x63, 0x65, 0x70, 0x74,
0x12, 0x44, 0x0a, 0x05,
+ 0x63, 0x6c, 0x6f, 0x73, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32,
0x2c, 0x2e, 0x73, 0x6b,
0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e,
0x41, 0x63, 0x63, 0x65,
- 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x4b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x57,
0x72, 0x69, 0x74, 0x65,
- 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52,
0x05, 0x77, 0x72, 0x69,
- 0x74, 0x65, 0x42, 0x0b, 0x0a, 0x09, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x22,
- 0x5f, 0x0a, 0x15, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67,
0x50, 0x72, 0x6f, 0x74,
- 0x6f, 0x63, 0x6f, 0x6c, 0x4c, 0x6f, 0x67, 0x73, 0x12, 0x3a, 0x0a, 0x04,
0x68, 0x74, 0x74, 0x70,
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x73, 0x6b, 0x79,
0x77, 0x61, 0x6c, 0x6b,
- 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73,
0x73, 0x4c, 0x6f, 0x67,
- 0x48, 0x54, 0x54, 0x50, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
0x48, 0x00, 0x52, 0x04,
- 0x68, 0x74, 0x74, 0x70, 0x42, 0x0a, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x74,
0x6f, 0x63, 0x6f, 0x6c,
- 0x22, 0xe3, 0x02, 0x0a, 0x15, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c,
0x6f, 0x67, 0x48, 0x54,
- 0x54, 0x50, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x12, 0x3a,
0x0a, 0x09, 0x73, 0x74,
+ 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x4b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x43,
0x6c, 0x6f, 0x73, 0x65,
+ 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x48, 0x00, 0x52,
0x05, 0x63, 0x6c, 0x6f,
+ 0x73, 0x65, 0x12, 0x41, 0x0a, 0x04, 0x72, 0x65, 0x61, 0x64, 0x18, 0x04,
0x20, 0x01, 0x28, 0x0b,
+ 0x32, 0x2b, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e,
0x67, 0x2e, 0x76, 0x33,
+ 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x4b, 0x65,
0x72, 0x6e, 0x65, 0x6c,
+ 0x52, 0x65, 0x61, 0x64, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f,
0x6e, 0x48, 0x00, 0x52,
+ 0x04, 0x72, 0x65, 0x61, 0x64, 0x12, 0x44, 0x0a, 0x05, 0x77, 0x72, 0x69,
0x74, 0x65, 0x18, 0x05,
+ 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61,
0x6c, 0x6b, 0x69, 0x6e,
+ 0x67, 0x2e, 0x76, 0x33, 0x2e, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c,
0x6f, 0x67, 0x4b, 0x65,
+ 0x72, 0x6e, 0x65, 0x6c, 0x57, 0x72, 0x69, 0x74, 0x65, 0x4f, 0x70, 0x65,
0x72, 0x61, 0x74, 0x69,
+ 0x6f, 0x6e, 0x48, 0x00, 0x52, 0x05, 0x77, 0x72, 0x69, 0x74, 0x65, 0x42,
0x0b, 0x0a, 0x09, 0x6f,
+ 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x5f, 0x0a, 0x15,
0x41, 0x63, 0x63, 0x65,
+ 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f,
0x6c, 0x4c, 0x6f, 0x67,
+ 0x73, 0x12, 0x3a, 0x0a, 0x04, 0x68, 0x74, 0x74, 0x70, 0x18, 0x01, 0x20,
0x01, 0x28, 0x0b, 0x32,
+ 0x24, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67,
0x2e, 0x76, 0x33, 0x2e,
+ 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x48, 0x54, 0x54,
0x50, 0x50, 0x72, 0x6f,
+ 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x48, 0x00, 0x52, 0x04, 0x68, 0x74, 0x74,
0x70, 0x42, 0x0a, 0x0a,
+ 0x08, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x22, 0xe3, 0x02,
0x0a, 0x15, 0x41, 0x63,
+ 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x48, 0x54, 0x54, 0x50, 0x50,
0x72, 0x6f, 0x74, 0x6f,
+ 0x63, 0x6f, 0x6c, 0x12, 0x3a, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74,
0x54, 0x69, 0x6d, 0x65,
+ 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x73, 0x6b, 0x79,
0x77, 0x61, 0x6c, 0x6b,
+ 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e, 0x45, 0x42, 0x50, 0x46, 0x54,
0x69, 0x6d, 0x65, 0x73,
+ 0x74, 0x61, 0x6d, 0x70, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54,
0x69, 0x6d, 0x65, 0x12,
+ 0x36, 0x0a, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02,
0x20, 0x01, 0x28, 0x0b,
+ 0x32, 0x1c, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e,
0x67, 0x2e, 0x76, 0x33,
+ 0x2e, 0x45, 0x42, 0x50, 0x46, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61,
0x6d, 0x70, 0x52, 0x07,
+ 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x45, 0x0a, 0x07, 0x76,
0x65, 0x72, 0x73, 0x69,
+ 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x2b, 0x2e, 0x73,
0x6b, 0x79, 0x77, 0x61,
+ 0x6c, 0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e, 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, 0x52, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69,
0x6f, 0x6e, 0x12, 0x45,
+ 0x0a, 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x18, 0x04, 0x20,
0x01, 0x28, 0x0b, 0x32,
+ 0x2b, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67,
0x2e, 0x76, 0x33, 0x2e,
+ 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,
0x52, 0x07, 0x72, 0x65,
+ 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x48, 0x0a, 0x08, 0x72, 0x65, 0x73,
0x70, 0x6f, 0x6e, 0x73,
+ 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x73, 0x6b,
0x79, 0x77, 0x61, 0x6c,
+ 0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e, 0x41, 0x63, 0x63, 0x65,
0x73, 0x73, 0x4c, 0x6f,
+ 0x67, 0x48, 0x54, 0x54, 0x50, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f,
0x6c, 0x52, 0x65, 0x73,
+ 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x52, 0x08, 0x72, 0x65, 0x73, 0x70, 0x6f,
0x6e, 0x73, 0x65, 0x22,
+ 0x90, 0x02, 0x0a, 0x1c, 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,
+ 0x12, 0x49, 0x0a, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x18, 0x01,
0x20, 0x01, 0x28, 0x0e,
+ 0x32, 0x31, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e,
0x67, 0x2e, 0x76, 0x33,
+ 0x2e, 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, 0x52, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x12,
0x12, 0x0a, 0x04, 0x70,
+ 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70,
0x61, 0x74, 0x68, 0x12,
+ 0x2e, 0x0a, 0x12, 0x73, 0x69, 0x7a, 0x65, 0x4f, 0x66, 0x48, 0x65, 0x61,
0x64, 0x65, 0x72, 0x73,
+ 0x42, 0x79, 0x74, 0x65, 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52,
0x12, 0x73, 0x69, 0x7a,
+ 0x65, 0x4f, 0x66, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x42, 0x79,
0x74, 0x65, 0x73, 0x12,
+ 0x28, 0x0a, 0x0f, 0x73, 0x69, 0x7a, 0x65, 0x4f, 0x66, 0x42, 0x6f, 0x64,
0x79, 0x42, 0x79, 0x74,
+ 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0f, 0x73, 0x69,
0x7a, 0x65, 0x4f, 0x66,
+ 0x42, 0x6f, 0x64, 0x79, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x37, 0x0a,
0x05, 0x74, 0x72, 0x61,
+ 0x63, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x21, 0x2e, 0x73,
0x6b, 0x79, 0x77, 0x61,
+ 0x6c, 0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e, 0x41, 0x63, 0x63,
0x65, 0x73, 0x73, 0x4c,
+ 0x6f, 0x67, 0x54, 0x72, 0x61, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x52,
0x05, 0x74, 0x72, 0x61,
+ 0x63, 0x65, 0x22, 0x99, 0x01, 0x0a, 0x1d, 0x41, 0x63, 0x63, 0x65, 0x73,
0x73, 0x4c, 0x6f, 0x67,
+ 0x48, 0x54, 0x54, 0x50, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c,
0x52, 0x65, 0x73, 0x70,
+ 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x73, 0x74, 0x61, 0x74,
0x75, 0x73, 0x43, 0x6f,
+ 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x73, 0x74,
0x61, 0x74, 0x75, 0x73,
+ 0x43, 0x6f, 0x64, 0x65, 0x12, 0x2e, 0x0a, 0x12, 0x73, 0x69, 0x7a, 0x65,
0x4f, 0x66, 0x48, 0x65,
+ 0x61, 0x64, 0x65, 0x72, 0x73, 0x42, 0x79, 0x74, 0x65, 0x73, 0x18, 0x03,
0x20, 0x01, 0x28, 0x04,
+ 0x52, 0x12, 0x73, 0x69, 0x7a, 0x65, 0x4f, 0x66, 0x48, 0x65, 0x61, 0x64,
0x65, 0x72, 0x73, 0x42,
+ 0x79, 0x74, 0x65, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x69, 0x7a, 0x65,
0x4f, 0x66, 0x42, 0x6f,
+ 0x64, 0x79, 0x42, 0x79, 0x74, 0x65, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28,
0x04, 0x52, 0x0f, 0x73,
+ 0x69, 0x7a, 0x65, 0x4f, 0x66, 0x42, 0x6f, 0x64, 0x79, 0x42, 0x79, 0x74,
0x65, 0x73, 0x22, 0xb5,
+ 0x01, 0x0a, 0x12, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67,
0x54, 0x72, 0x61, 0x63,
+ 0x65, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x45, 0x0a, 0x08, 0x70, 0x72, 0x6f,
0x76, 0x69, 0x64, 0x65,
+ 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x29, 0x2e, 0x73, 0x6b,
0x79, 0x77, 0x61, 0x6c,
+ 0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e, 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, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72,
0x12, 0x18, 0x0a, 0x07,
+ 0x74, 0x72, 0x61, 0x63, 0x65, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28,
0x09, 0x52, 0x07, 0x74,
+ 0x72, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0e, 0x74, 0x72,
0x61, 0x63, 0x65, 0x53,
+ 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01,
0x28, 0x09, 0x52, 0x0e,
+ 0x74, 0x72, 0x61, 0x63, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e, 0x74,
0x49, 0x64, 0x12, 0x16,
+ 0x0a, 0x06, 0x73, 0x70, 0x61, 0x6e, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01,
0x28, 0x09, 0x52, 0x06,
+ 0x73, 0x70, 0x61, 0x6e, 0x49, 0x64, 0x22, 0xaf, 0x01, 0x0a, 0x1f, 0x41,
0x63, 0x63, 0x65, 0x73,
+ 0x73, 0x4c, 0x6f, 0x67, 0x4b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x43, 0x6f,
0x6e, 0x6e, 0x65, 0x63,
+ 0x74, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a,
0x0a, 0x09, 0x73, 0x74,
0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
0x0b, 0x32, 0x1c, 0x2e,
0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x76,
0x33, 0x2e, 0x45, 0x42,
0x50, 0x46, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52,
0x09, 0x73, 0x74, 0x61,
0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x36, 0x0a, 0x07, 0x65, 0x6e,
0x64, 0x54, 0x69, 0x6d,
0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x73, 0x6b,
0x79, 0x77, 0x61, 0x6c,
0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e, 0x45, 0x42, 0x50, 0x46,
0x54, 0x69, 0x6d, 0x65,
- 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69,
0x6d, 0x65, 0x12, 0x45,
- 0x0a, 0x07, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20,
0x01, 0x28, 0x0e, 0x32,
- 0x2b, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67,
0x2e, 0x76, 0x33, 0x2e,
- 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,
0x52, 0x07, 0x76, 0x65,
- 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x45, 0x0a, 0x07, 0x72, 0x65, 0x71,
0x75, 0x65, 0x73, 0x74,
- 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x73, 0x6b, 0x79,
0x77, 0x61, 0x6c, 0x6b,
- 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e, 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, 0x52, 0x07, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
0x12, 0x48, 0x0a, 0x08,
- 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x18, 0x05, 0x20, 0x01,
0x28, 0x0b, 0x32, 0x2c,
- 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67, 0x2e,
0x76, 0x33, 0x2e, 0x41,
- 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x48, 0x54, 0x54, 0x50,
0x50, 0x72, 0x6f, 0x74,
- 0x6f, 0x63, 0x6f, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
0x52, 0x08, 0x72, 0x65,
- 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x90, 0x02, 0x0a, 0x1c, 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, 0x12, 0x49, 0x0a, 0x06, 0x6d,
0x65, 0x74, 0x68, 0x6f,
- 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x31, 0x2e, 0x73, 0x6b,
0x79, 0x77, 0x61, 0x6c,
- 0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e, 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, 0x52, 0x06,
0x6d, 0x65, 0x74, 0x68,
- 0x6f, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02,
0x20, 0x01, 0x28, 0x09,
- 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x2e, 0x0a, 0x12, 0x73, 0x69,
0x7a, 0x65, 0x4f, 0x66,
- 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x42, 0x79, 0x74, 0x65, 0x73,
0x18, 0x03, 0x20, 0x01,
- 0x28, 0x04, 0x52, 0x12, 0x73, 0x69, 0x7a, 0x65, 0x4f, 0x66, 0x48, 0x65,
0x61, 0x64, 0x65, 0x72,
- 0x73, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x28, 0x0a, 0x0f, 0x73, 0x69,
0x7a, 0x65, 0x4f, 0x66,
- 0x42, 0x6f, 0x64, 0x79, 0x42, 0x79, 0x74, 0x65, 0x73, 0x18, 0x04, 0x20,
0x01, 0x28, 0x04, 0x52,
- 0x0f, 0x73, 0x69, 0x7a, 0x65, 0x4f, 0x66, 0x42, 0x6f, 0x64, 0x79, 0x42,
0x79, 0x74, 0x65, 0x73,
- 0x12, 0x37, 0x0a, 0x05, 0x74, 0x72, 0x61, 0x63, 0x65, 0x18, 0x05, 0x20,
0x01, 0x28, 0x0b, 0x32,
- 0x21, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67,
0x2e, 0x76, 0x33, 0x2e,
- 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x54, 0x72, 0x61,
0x63, 0x65, 0x49, 0x6e,
- 0x66, 0x6f, 0x52, 0x05, 0x74, 0x72, 0x61, 0x63, 0x65, 0x22, 0x99, 0x01,
0x0a, 0x1d, 0x41, 0x63,
- 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x48, 0x54, 0x54, 0x50, 0x50,
0x72, 0x6f, 0x74, 0x6f,
- 0x63, 0x6f, 0x6c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
0x1e, 0x0a, 0x0a, 0x73,
- 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20,
0x01, 0x28, 0x05, 0x52,
- 0x0a, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x43, 0x6f, 0x64, 0x65, 0x12,
0x2e, 0x0a, 0x12, 0x73,
- 0x69, 0x7a, 0x65, 0x4f, 0x66, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73,
0x42, 0x79, 0x74, 0x65,
- 0x73, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52, 0x12, 0x73, 0x69, 0x7a,
0x65, 0x4f, 0x66, 0x48,
- 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12,
0x28, 0x0a, 0x0f, 0x73,
- 0x69, 0x7a, 0x65, 0x4f, 0x66, 0x42, 0x6f, 0x64, 0x79, 0x42, 0x79, 0x74,
0x65, 0x73, 0x18, 0x04,
- 0x20, 0x01, 0x28, 0x04, 0x52, 0x0f, 0x73, 0x69, 0x7a, 0x65, 0x4f, 0x66,
0x42, 0x6f, 0x64, 0x79,
- 0x42, 0x79, 0x74, 0x65, 0x73, 0x22, 0xb5, 0x01, 0x0a, 0x12, 0x41, 0x63,
0x63, 0x65, 0x73, 0x73,
- 0x4c, 0x6f, 0x67, 0x54, 0x72, 0x61, 0x63, 0x65, 0x49, 0x6e, 0x66, 0x6f,
0x12, 0x45, 0x0a, 0x08,
- 0x70, 0x72, 0x6f, 0x76, 0x69, 0x64, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01,
0x28, 0x0e, 0x32, 0x29,
- 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67, 0x2e,
0x76, 0x33, 0x2e, 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, 0x52, 0x08, 0x70,
0x72, 0x6f, 0x76, 0x69,
- 0x64, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x74, 0x72, 0x61, 0x63, 0x65,
0x49, 0x64, 0x18, 0x02,
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x72, 0x61, 0x63, 0x65, 0x49,
0x64, 0x12, 0x26, 0x0a,
- 0x0e, 0x74, 0x72, 0x61, 0x63, 0x65, 0x53, 0x65, 0x67, 0x6d, 0x65, 0x6e,
0x74, 0x49, 0x64, 0x18,
- 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x74, 0x72, 0x61, 0x63, 0x65,
0x53, 0x65, 0x67, 0x6d,
- 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x70, 0x61,
0x6e, 0x49, 0x64, 0x18,
- 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x70, 0x61, 0x6e, 0x49,
0x64, 0x22, 0xaf, 0x01,
- 0x0a, 0x1f, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x4b,
0x65, 0x72, 0x6e, 0x65,
- 0x6c, 0x43, 0x6f, 0x6e, 0x6e, 0x65, 0x63, 0x74, 0x4f, 0x70, 0x65, 0x72,
0x61, 0x74, 0x69, 0x6f,
- 0x6e, 0x12, 0x3a, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69,
0x6d, 0x65, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61,
0x6c, 0x6b, 0x69, 0x6e,
- 0x67, 0x2e, 0x76, 0x33, 0x2e, 0x45, 0x42, 0x50, 0x46, 0x54, 0x69, 0x6d,
0x65, 0x73, 0x74, 0x61,
- 0x6d, 0x70, 0x52, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d,
0x65, 0x12, 0x36, 0x0a,
- 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01,
0x28, 0x0b, 0x32, 0x1c,
+ 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54, 0x69,
0x6d, 0x65, 0x12, 0x18,
+ 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x03, 0x20,
0x01, 0x28, 0x08, 0x52,
+ 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x94, 0x01, 0x0a,
0x1e, 0x41, 0x63, 0x63,
+ 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x4b, 0x65, 0x72, 0x6e, 0x65, 0x6c,
0x41, 0x63, 0x63, 0x65,
+ 0x70, 0x74, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12,
0x3a, 0x0a, 0x09, 0x73,
+ 0x74, 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01,
0x28, 0x0b, 0x32, 0x1c,
0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67, 0x2e,
0x76, 0x33, 0x2e, 0x45,
- 0x42, 0x50, 0x46, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70,
0x52, 0x07, 0x65, 0x6e,
- 0x64, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63,
0x63, 0x65, 0x73, 0x73,
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63,
0x65, 0x73, 0x73, 0x22,
+ 0x42, 0x50, 0x46, 0x54, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70,
0x52, 0x09, 0x73, 0x74,
+ 0x61, 0x72, 0x74, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x36, 0x0a, 0x07, 0x65,
0x6e, 0x64, 0x54, 0x69,
+ 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x73,
0x6b, 0x79, 0x77, 0x61,
+ 0x6c, 0x6b, 0x69, 0x6e, 0x67, 0x2e, 0x76, 0x33, 0x2e, 0x45, 0x42, 0x50,
0x46, 0x54, 0x69, 0x6d,
+ 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x07, 0x65, 0x6e, 0x64, 0x54,
0x69, 0x6d, 0x65, 0x22,
0xad, 0x01, 0x0a, 0x1d, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f,
0x67, 0x4b, 0x65, 0x72,
0x6e, 0x65, 0x6c, 0x43, 0x6c, 0x6f, 0x73, 0x65, 0x4f, 0x70, 0x65, 0x72,
0x61, 0x74, 0x69, 0x6f,
0x6e, 0x12, 0x3a, 0x0a, 0x09, 0x73, 0x74, 0x61, 0x72, 0x74, 0x54, 0x69,
0x6d, 0x65, 0x18, 0x01,
@@ -2655,7 +2749,7 @@ var file_ebpf_accesslog_proto_rawDesc = []byte{
0x2b, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e, 0x67,
0x2e, 0x76, 0x33, 0x2e,
0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x4b, 0x65, 0x72,
0x6e, 0x65, 0x6c, 0x52,
0x65, 0x61, 0x64, 0x4c, 0x34, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73,
0x52, 0x09, 0x6c, 0x34,
- 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x22, 0xd4, 0x01, 0x0a, 0x1c,
0x41, 0x63, 0x63, 0x65,
+ 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x22, 0xa0, 0x02, 0x0a, 0x1c,
0x41, 0x63, 0x63, 0x65,
0x73, 0x73, 0x4c, 0x6f, 0x67, 0x4b, 0x65, 0x72, 0x6e, 0x65, 0x6c, 0x52,
0x65, 0x61, 0x64, 0x4c,
0x32, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x12, 0x18, 0x0a, 0x07,
0x69, 0x66, 0x69, 0x6e,
0x64, 0x65, 0x78, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x07, 0x69,
0x66, 0x69, 0x6e, 0x64,
@@ -2668,88 +2762,92 @@ var file_ebpf_accesslog_proto_rawDesc = []byte{
0x74, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65,
0x54, 0x6f, 0x51, 0x75,
0x65, 0x75, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
0x04, 0x20, 0x01, 0x28,
0x04, 0x52, 0x1b, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x50, 0x61, 0x63, 0x6b,
0x61, 0x67, 0x65, 0x54,
- 0x6f, 0x51, 0x75, 0x65, 0x75, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x22, 0x8c,
- 0x02, 0x0a, 0x1c, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67,
0x4b, 0x65, 0x72, 0x6e,
- 0x65, 0x6c, 0x52, 0x65, 0x61, 0x64, 0x4c, 0x33, 0x4d, 0x65, 0x74, 0x72,
0x69, 0x63, 0x73, 0x12,
- 0x24, 0x0a, 0x0d, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x44, 0x75, 0x72, 0x61,
0x74, 0x69, 0x6f, 0x6e,
- 0x18, 0x01, 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x74, 0x6f, 0x74, 0x61,
0x6c, 0x44, 0x75, 0x72,
- 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2c, 0x0a, 0x11, 0x74, 0x6f, 0x74,
0x61, 0x6c, 0x52, 0x65,
- 0x63, 0x76, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02,
0x20, 0x01, 0x28, 0x04,
- 0x52, 0x11, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x63, 0x76, 0x44,
0x75, 0x72, 0x61, 0x74,
- 0x69, 0x6f, 0x6e, 0x12, 0x2e, 0x0a, 0x12, 0x74, 0x6f, 0x74, 0x61, 0x6c,
0x4c, 0x6f, 0x63, 0x61,
- 0x6c, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20,
0x01, 0x28, 0x04, 0x52,
- 0x12, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x44,
0x75, 0x72, 0x61, 0x74,
- 0x69, 0x6f, 0x6e, 0x12, 0x30, 0x0a, 0x13, 0x74, 0x6f, 0x74, 0x61, 0x6c,
0x4e, 0x65, 0x74, 0x46,
- 0x69, 0x6c, 0x74, 0x65, 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04,
0x20, 0x01, 0x28, 0x04,
- 0x52, 0x13, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x65, 0x74, 0x46, 0x69,
0x6c, 0x74, 0x65, 0x72,
- 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x36, 0x0a, 0x16, 0x74, 0x6f, 0x74,
0x61, 0x6c, 0x4e, 0x65,
- 0x74, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x44, 0x75, 0x72, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x18,
- 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x16, 0x74, 0x6f, 0x74, 0x61, 0x6c,
0x4e, 0x65, 0x74, 0x46,
- 0x69, 0x6c, 0x74, 0x65, 0x72, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f,
0x6e, 0x22, 0x44, 0x0a,
- 0x1c, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x4b, 0x65,
0x72, 0x6e, 0x65, 0x6c,
- 0x52, 0x65, 0x61, 0x64, 0x4c, 0x34, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63,
0x73, 0x12, 0x24, 0x0a,
- 0x0d, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x04, 0x52, 0x0d, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x44,
0x75, 0x72, 0x61, 0x74,
- 0x69, 0x6f, 0x6e, 0x22, 0x5a, 0x0a, 0x0d, 0x45, 0x42, 0x50, 0x46, 0x54,
0x69, 0x6d, 0x65, 0x73,
- 0x74, 0x61, 0x6d, 0x70, 0x12, 0x3c, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73,
0x65, 0x74, 0x18, 0x01,
- 0x20, 0x01, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61,
0x6c, 0x6b, 0x69, 0x6e,
- 0x67, 0x2e, 0x76, 0x33, 0x2e, 0x45, 0x42, 0x50, 0x46, 0x4f, 0x66, 0x66,
0x73, 0x65, 0x74, 0x54,
- 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x48, 0x00, 0x52, 0x06,
0x6f, 0x66, 0x66, 0x73,
- 0x65, 0x74, 0x42, 0x0b, 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74,
0x61, 0x6d, 0x70, 0x22,
- 0x2d, 0x0a, 0x13, 0x45, 0x42, 0x50, 0x46, 0x4f, 0x66, 0x66, 0x73, 0x65,
0x74, 0x54, 0x69, 0x6d,
- 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x12, 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, 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,
- 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,
+ 0x6f, 0x51, 0x75, 0x65, 0x75, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69,
0x6f, 0x6e, 0x12, 0x4a,
+ 0x0a, 0x20, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x52, 0x63, 0x76, 0x50, 0x61,
0x63, 0x6b, 0x61, 0x67,
+ 0x65, 0x46, 0x72, 0x6f, 0x6d, 0x51, 0x75, 0x65, 0x75, 0x65, 0x44, 0x75,
0x72, 0x61, 0x74, 0x69,
+ 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x04, 0x52, 0x20, 0x74, 0x6f,
0x74, 0x61, 0x6c, 0x52,
+ 0x63, 0x76, 0x50, 0x61, 0x63, 0x6b, 0x61, 0x67, 0x65, 0x46, 0x72, 0x6f,
0x6d, 0x51, 0x75, 0x65,
+ 0x75, 0x65, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x8c,
0x02, 0x0a, 0x1c, 0x41,
+ 0x63, 0x63, 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x4b, 0x65, 0x72, 0x6e,
0x65, 0x6c, 0x52, 0x65,
+ 0x61, 0x64, 0x4c, 0x33, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x12,
0x24, 0x0a, 0x0d, 0x74,
+ 0x6f, 0x74, 0x61, 0x6c, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e,
0x18, 0x01, 0x20, 0x01,
+ 0x28, 0x04, 0x52, 0x0d, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x44, 0x75, 0x72,
0x61, 0x74, 0x69, 0x6f,
+ 0x6e, 0x12, 0x2c, 0x0a, 0x11, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x52, 0x65,
0x63, 0x76, 0x44, 0x75,
+ 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x04,
0x52, 0x11, 0x74, 0x6f,
+ 0x74, 0x61, 0x6c, 0x52, 0x65, 0x63, 0x76, 0x44, 0x75, 0x72, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x12,
+ 0x2e, 0x0a, 0x12, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4c, 0x6f, 0x63, 0x61,
0x6c, 0x44, 0x75, 0x72,
+ 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x04, 0x52,
0x12, 0x74, 0x6f, 0x74,
+ 0x61, 0x6c, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x44, 0x75, 0x72, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x12,
+ 0x30, 0x0a, 0x13, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x65, 0x74, 0x46,
0x69, 0x6c, 0x74, 0x65,
+ 0x72, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x04,
0x52, 0x13, 0x74, 0x6f,
+ 0x74, 0x61, 0x6c, 0x4e, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72,
0x43, 0x6f, 0x75, 0x6e,
+ 0x74, 0x12, 0x36, 0x0a, 0x16, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x65,
0x74, 0x46, 0x69, 0x6c,
+ 0x74, 0x65, 0x72, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18,
0x05, 0x20, 0x01, 0x28,
+ 0x04, 0x52, 0x16, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x4e, 0x65, 0x74, 0x46,
0x69, 0x6c, 0x74, 0x65,
+ 0x72, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0x44, 0x0a,
0x1c, 0x41, 0x63, 0x63,
+ 0x65, 0x73, 0x73, 0x4c, 0x6f, 0x67, 0x4b, 0x65, 0x72, 0x6e, 0x65, 0x6c,
0x52, 0x65, 0x61, 0x64,
+ 0x4c, 0x34, 0x4d, 0x65, 0x74, 0x72, 0x69, 0x63, 0x73, 0x12, 0x24, 0x0a,
0x0d, 0x74, 0x6f, 0x74,
+ 0x61, 0x6c, 0x44, 0x75, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01,
0x20, 0x01, 0x28, 0x04,
+ 0x52, 0x0d, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x44, 0x75, 0x72, 0x61, 0x74,
0x69, 0x6f, 0x6e, 0x22,
+ 0x5a, 0x0a, 0x0d, 0x45, 0x42, 0x50, 0x46, 0x54, 0x69, 0x6d, 0x65, 0x73,
0x74, 0x61, 0x6d, 0x70,
+ 0x12, 0x3c, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x01,
0x20, 0x01, 0x28, 0x0b,
+ 0x32, 0x22, 0x2e, 0x73, 0x6b, 0x79, 0x77, 0x61, 0x6c, 0x6b, 0x69, 0x6e,
0x67, 0x2e, 0x76, 0x33,
+ 0x2e, 0x45, 0x42, 0x50, 0x46, 0x4f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x54,
0x69, 0x6d, 0x65, 0x73,
+ 0x74, 0x61, 0x6d, 0x70, 0x48, 0x00, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73,
0x65, 0x74, 0x42, 0x0b,
+ 0x0a, 0x09, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x22,
0x2d, 0x0a, 0x13, 0x45,
+ 0x42, 0x50, 0x46, 0x4f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x54, 0x69, 0x6d,
0x65, 0x73, 0x74, 0x61,
+ 0x6d, 0x70, 0x12, 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, 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,
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 (
@@ -2765,7 +2863,7 @@ func file_ebpf_accesslog_proto_rawDescGZIP() []byte {
}
var file_ebpf_accesslog_proto_enumTypes = make([]protoimpl.EnumInfo, 6)
-var file_ebpf_accesslog_proto_msgTypes = make([]protoimpl.MessageInfo, 27)
+var file_ebpf_accesslog_proto_msgTypes = make([]protoimpl.MessageInfo, 28)
var file_ebpf_accesslog_proto_goTypes = []interface{}{
(AccessLogConnectionTLSMode)(0), // 0:
skywalking.v3.AccessLogConnectionTLSMode
(AccessLogHTTPProtocolVersion)(0), // 1:
skywalking.v3.AccessLogHTTPProtocolVersion
@@ -2787,21 +2885,22 @@ var file_ebpf_accesslog_proto_goTypes = []interface{}{
(*AccessLogHTTPProtocolResponse)(nil), // 17:
skywalking.v3.AccessLogHTTPProtocolResponse
(*AccessLogTraceInfo)(nil), // 18:
skywalking.v3.AccessLogTraceInfo
(*AccessLogKernelConnectOperation)(nil), // 19:
skywalking.v3.AccessLogKernelConnectOperation
- (*AccessLogKernelCloseOperation)(nil), // 20:
skywalking.v3.AccessLogKernelCloseOperation
- (*AccessLogKernelWriteOperation)(nil), // 21:
skywalking.v3.AccessLogKernelWriteOperation
- (*AccessLogKernelWriteL4Metrics)(nil), // 22:
skywalking.v3.AccessLogKernelWriteL4Metrics
- (*AccessLogLossPackageMetrics)(nil), // 23:
skywalking.v3.AccessLogLossPackageMetrics
- (*AccessLogKernelWriteL3Metrics)(nil), // 24:
skywalking.v3.AccessLogKernelWriteL3Metrics
- (*AccessLogKernelWriteL2Metrics)(nil), // 25:
skywalking.v3.AccessLogKernelWriteL2Metrics
- (*AccessLogKernelReadOperation)(nil), // 26:
skywalking.v3.AccessLogKernelReadOperation
- (*AccessLogKernelReadL2Metrics)(nil), // 27:
skywalking.v3.AccessLogKernelReadL2Metrics
- (*AccessLogKernelReadL3Metrics)(nil), // 28:
skywalking.v3.AccessLogKernelReadL3Metrics
- (*AccessLogKernelReadL4Metrics)(nil), // 29:
skywalking.v3.AccessLogKernelReadL4Metrics
- (*EBPFTimestamp)(nil), // 30:
skywalking.v3.EBPFTimestamp
- (*EBPFOffsetTimestamp)(nil), // 31:
skywalking.v3.EBPFOffsetTimestamp
- (*EBPFAccessLogDownstream)(nil), // 32:
skywalking.v3.EBPFAccessLogDownstream
- (*v3.Instant)(nil), // 33: skywalking.v3.Instant
- (v3.DetectPoint)(0), // 34:
skywalking.v3.DetectPoint
+ (*AccessLogKernelAcceptOperation)(nil), // 20:
skywalking.v3.AccessLogKernelAcceptOperation
+ (*AccessLogKernelCloseOperation)(nil), // 21:
skywalking.v3.AccessLogKernelCloseOperation
+ (*AccessLogKernelWriteOperation)(nil), // 22:
skywalking.v3.AccessLogKernelWriteOperation
+ (*AccessLogKernelWriteL4Metrics)(nil), // 23:
skywalking.v3.AccessLogKernelWriteL4Metrics
+ (*AccessLogLossPackageMetrics)(nil), // 24:
skywalking.v3.AccessLogLossPackageMetrics
+ (*AccessLogKernelWriteL3Metrics)(nil), // 25:
skywalking.v3.AccessLogKernelWriteL3Metrics
+ (*AccessLogKernelWriteL2Metrics)(nil), // 26:
skywalking.v3.AccessLogKernelWriteL2Metrics
+ (*AccessLogKernelReadOperation)(nil), // 27:
skywalking.v3.AccessLogKernelReadOperation
+ (*AccessLogKernelReadL2Metrics)(nil), // 28:
skywalking.v3.AccessLogKernelReadL2Metrics
+ (*AccessLogKernelReadL3Metrics)(nil), // 29:
skywalking.v3.AccessLogKernelReadL3Metrics
+ (*AccessLogKernelReadL4Metrics)(nil), // 30:
skywalking.v3.AccessLogKernelReadL4Metrics
+ (*EBPFTimestamp)(nil), // 31:
skywalking.v3.EBPFTimestamp
+ (*EBPFOffsetTimestamp)(nil), // 32:
skywalking.v3.EBPFOffsetTimestamp
+ (*EBPFAccessLogDownstream)(nil), // 33:
skywalking.v3.EBPFAccessLogDownstream
+ (*v3.Instant)(nil), // 34: skywalking.v3.Instant
+ (v3.DetectPoint)(0), // 35:
skywalking.v3.DetectPoint
}
var file_ebpf_accesslog_proto_depIdxs = []int32{
7, // 0: skywalking.v3.EBPFAccessLogMessage.node:type_name ->
skywalking.v3.EBPFAccessLogNodeInfo
@@ -2809,51 +2908,54 @@ var file_ebpf_accesslog_proto_depIdxs = []int32{
13, // 2: skywalking.v3.EBPFAccessLogMessage.kernelLogs:type_name ->
skywalking.v3.AccessLogKernelLog
14, // 3: skywalking.v3.EBPFAccessLogMessage.protocolLog:type_name ->
skywalking.v3.AccessLogProtocolLogs
8, // 4: skywalking.v3.EBPFAccessLogNodeInfo.netInterfaces:type_name
-> skywalking.v3.EBPFAccessLogNodeNetInterface
- 33, // 5: skywalking.v3.EBPFAccessLogNodeInfo.bootTime:type_name ->
skywalking.v3.Instant
+ 34, // 5: skywalking.v3.EBPFAccessLogNodeInfo.bootTime:type_name ->
skywalking.v3.Instant
10, // 6: skywalking.v3.AccessLogConnection.local:type_name ->
skywalking.v3.ConnectionAddress
10, // 7: skywalking.v3.AccessLogConnection.remote:type_name ->
skywalking.v3.ConnectionAddress
- 34, // 8: skywalking.v3.AccessLogConnection.role:type_name ->
skywalking.v3.DetectPoint
+ 35, // 8: skywalking.v3.AccessLogConnection.role:type_name ->
skywalking.v3.DetectPoint
0, // 9: skywalking.v3.AccessLogConnection.tlsMode:type_name ->
skywalking.v3.AccessLogConnectionTLSMode
11, // 10: skywalking.v3.ConnectionAddress.kubernetes:type_name ->
skywalking.v3.KubernetesProcessAddress
12, // 11: skywalking.v3.ConnectionAddress.ip:type_name ->
skywalking.v3.IPAddress
19, // 12: skywalking.v3.AccessLogKernelLog.connect:type_name ->
skywalking.v3.AccessLogKernelConnectOperation
- 20, // 13: skywalking.v3.AccessLogKernelLog.close:type_name ->
skywalking.v3.AccessLogKernelCloseOperation
- 26, // 14: skywalking.v3.AccessLogKernelLog.read:type_name ->
skywalking.v3.AccessLogKernelReadOperation
- 21, // 15: skywalking.v3.AccessLogKernelLog.write:type_name ->
skywalking.v3.AccessLogKernelWriteOperation
- 15, // 16: skywalking.v3.AccessLogProtocolLogs.http:type_name ->
skywalking.v3.AccessLogHTTPProtocol
- 30, // 17: skywalking.v3.AccessLogHTTPProtocol.startTime:type_name ->
skywalking.v3.EBPFTimestamp
- 30, // 18: skywalking.v3.AccessLogHTTPProtocol.endTime:type_name ->
skywalking.v3.EBPFTimestamp
- 1, // 19: skywalking.v3.AccessLogHTTPProtocol.version:type_name ->
skywalking.v3.AccessLogHTTPProtocolVersion
- 16, // 20: skywalking.v3.AccessLogHTTPProtocol.request:type_name ->
skywalking.v3.AccessLogHTTPProtocolRequest
- 17, // 21: skywalking.v3.AccessLogHTTPProtocol.response:type_name ->
skywalking.v3.AccessLogHTTPProtocolResponse
- 3, // 22: skywalking.v3.AccessLogHTTPProtocolRequest.method:type_name
-> skywalking.v3.AccessLogHTTPProtocolRequestMethod
- 18, // 23: skywalking.v3.AccessLogHTTPProtocolRequest.trace:type_name
-> skywalking.v3.AccessLogTraceInfo
- 2, // 24: skywalking.v3.AccessLogTraceInfo.provider:type_name ->
skywalking.v3.AccessLogTraceInfoProvider
- 30, // 25:
skywalking.v3.AccessLogKernelConnectOperation.startTime:type_name ->
skywalking.v3.EBPFTimestamp
- 30, // 26:
skywalking.v3.AccessLogKernelConnectOperation.endTime:type_name ->
skywalking.v3.EBPFTimestamp
- 30, // 27:
skywalking.v3.AccessLogKernelCloseOperation.startTime:type_name ->
skywalking.v3.EBPFTimestamp
- 30, // 28:
skywalking.v3.AccessLogKernelCloseOperation.endTime:type_name ->
skywalking.v3.EBPFTimestamp
- 30, // 29:
skywalking.v3.AccessLogKernelWriteOperation.startTime:type_name ->
skywalking.v3.EBPFTimestamp
- 30, // 30:
skywalking.v3.AccessLogKernelWriteOperation.endTime:type_name ->
skywalking.v3.EBPFTimestamp
- 4, // 31:
skywalking.v3.AccessLogKernelWriteOperation.syscall:type_name ->
skywalking.v3.AccessLogKernelWriteSyscall
- 22, // 32:
skywalking.v3.AccessLogKernelWriteOperation.l4Metrics:type_name ->
skywalking.v3.AccessLogKernelWriteL4Metrics
- 24, // 33:
skywalking.v3.AccessLogKernelWriteOperation.l3Metrics:type_name ->
skywalking.v3.AccessLogKernelWriteL3Metrics
- 25, // 34:
skywalking.v3.AccessLogKernelWriteOperation.l2Metrics:type_name ->
skywalking.v3.AccessLogKernelWriteL2Metrics
- 23, // 35:
skywalking.v3.AccessLogKernelWriteL4Metrics.lossPackageMetrics:type_name ->
skywalking.v3.AccessLogLossPackageMetrics
- 30, // 36:
skywalking.v3.AccessLogKernelReadOperation.startTime:type_name ->
skywalking.v3.EBPFTimestamp
- 30, // 37: skywalking.v3.AccessLogKernelReadOperation.endTime:type_name
-> skywalking.v3.EBPFTimestamp
- 5, // 38: skywalking.v3.AccessLogKernelReadOperation.syscall:type_name
-> skywalking.v3.AccessLogKernelReadSyscall
- 27, // 39:
skywalking.v3.AccessLogKernelReadOperation.l2Metrics:type_name ->
skywalking.v3.AccessLogKernelReadL2Metrics
- 28, // 40:
skywalking.v3.AccessLogKernelReadOperation.l3Metrics:type_name ->
skywalking.v3.AccessLogKernelReadL3Metrics
- 29, // 41:
skywalking.v3.AccessLogKernelReadOperation.l4Metrics:type_name ->
skywalking.v3.AccessLogKernelReadL4Metrics
- 31, // 42: skywalking.v3.EBPFTimestamp.offset:type_name ->
skywalking.v3.EBPFOffsetTimestamp
- 6, // 43: skywalking.v3.EBPFAccessLogService.collect:input_type ->
skywalking.v3.EBPFAccessLogMessage
- 32, // 44: skywalking.v3.EBPFAccessLogService.collect:output_type ->
skywalking.v3.EBPFAccessLogDownstream
- 44, // [44:45] is the sub-list for method output_type
- 43, // [43:44] is the sub-list for method input_type
- 43, // [43:43] is the sub-list for extension type_name
- 43, // [43:43] is the sub-list for extension extendee
- 0, // [0:43] is the sub-list for field type_name
+ 20, // 13: skywalking.v3.AccessLogKernelLog.accept:type_name ->
skywalking.v3.AccessLogKernelAcceptOperation
+ 21, // 14: skywalking.v3.AccessLogKernelLog.close:type_name ->
skywalking.v3.AccessLogKernelCloseOperation
+ 27, // 15: skywalking.v3.AccessLogKernelLog.read:type_name ->
skywalking.v3.AccessLogKernelReadOperation
+ 22, // 16: skywalking.v3.AccessLogKernelLog.write:type_name ->
skywalking.v3.AccessLogKernelWriteOperation
+ 15, // 17: skywalking.v3.AccessLogProtocolLogs.http:type_name ->
skywalking.v3.AccessLogHTTPProtocol
+ 31, // 18: skywalking.v3.AccessLogHTTPProtocol.startTime:type_name ->
skywalking.v3.EBPFTimestamp
+ 31, // 19: skywalking.v3.AccessLogHTTPProtocol.endTime:type_name ->
skywalking.v3.EBPFTimestamp
+ 1, // 20: skywalking.v3.AccessLogHTTPProtocol.version:type_name ->
skywalking.v3.AccessLogHTTPProtocolVersion
+ 16, // 21: skywalking.v3.AccessLogHTTPProtocol.request:type_name ->
skywalking.v3.AccessLogHTTPProtocolRequest
+ 17, // 22: skywalking.v3.AccessLogHTTPProtocol.response:type_name ->
skywalking.v3.AccessLogHTTPProtocolResponse
+ 3, // 23: skywalking.v3.AccessLogHTTPProtocolRequest.method:type_name
-> skywalking.v3.AccessLogHTTPProtocolRequestMethod
+ 18, // 24: skywalking.v3.AccessLogHTTPProtocolRequest.trace:type_name
-> skywalking.v3.AccessLogTraceInfo
+ 2, // 25: skywalking.v3.AccessLogTraceInfo.provider:type_name ->
skywalking.v3.AccessLogTraceInfoProvider
+ 31, // 26:
skywalking.v3.AccessLogKernelConnectOperation.startTime:type_name ->
skywalking.v3.EBPFTimestamp
+ 31, // 27:
skywalking.v3.AccessLogKernelConnectOperation.endTime:type_name ->
skywalking.v3.EBPFTimestamp
+ 31, // 28:
skywalking.v3.AccessLogKernelAcceptOperation.startTime:type_name ->
skywalking.v3.EBPFTimestamp
+ 31, // 29:
skywalking.v3.AccessLogKernelAcceptOperation.endTime:type_name ->
skywalking.v3.EBPFTimestamp
+ 31, // 30:
skywalking.v3.AccessLogKernelCloseOperation.startTime:type_name ->
skywalking.v3.EBPFTimestamp
+ 31, // 31:
skywalking.v3.AccessLogKernelCloseOperation.endTime:type_name ->
skywalking.v3.EBPFTimestamp
+ 31, // 32:
skywalking.v3.AccessLogKernelWriteOperation.startTime:type_name ->
skywalking.v3.EBPFTimestamp
+ 31, // 33:
skywalking.v3.AccessLogKernelWriteOperation.endTime:type_name ->
skywalking.v3.EBPFTimestamp
+ 4, // 34:
skywalking.v3.AccessLogKernelWriteOperation.syscall:type_name ->
skywalking.v3.AccessLogKernelWriteSyscall
+ 23, // 35:
skywalking.v3.AccessLogKernelWriteOperation.l4Metrics:type_name ->
skywalking.v3.AccessLogKernelWriteL4Metrics
+ 25, // 36:
skywalking.v3.AccessLogKernelWriteOperation.l3Metrics:type_name ->
skywalking.v3.AccessLogKernelWriteL3Metrics
+ 26, // 37:
skywalking.v3.AccessLogKernelWriteOperation.l2Metrics:type_name ->
skywalking.v3.AccessLogKernelWriteL2Metrics
+ 24, // 38:
skywalking.v3.AccessLogKernelWriteL4Metrics.lossPackageMetrics:type_name ->
skywalking.v3.AccessLogLossPackageMetrics
+ 31, // 39:
skywalking.v3.AccessLogKernelReadOperation.startTime:type_name ->
skywalking.v3.EBPFTimestamp
+ 31, // 40: skywalking.v3.AccessLogKernelReadOperation.endTime:type_name
-> skywalking.v3.EBPFTimestamp
+ 5, // 41: skywalking.v3.AccessLogKernelReadOperation.syscall:type_name
-> skywalking.v3.AccessLogKernelReadSyscall
+ 28, // 42:
skywalking.v3.AccessLogKernelReadOperation.l2Metrics:type_name ->
skywalking.v3.AccessLogKernelReadL2Metrics
+ 29, // 43:
skywalking.v3.AccessLogKernelReadOperation.l3Metrics:type_name ->
skywalking.v3.AccessLogKernelReadL3Metrics
+ 30, // 44:
skywalking.v3.AccessLogKernelReadOperation.l4Metrics:type_name ->
skywalking.v3.AccessLogKernelReadL4Metrics
+ 32, // 45: skywalking.v3.EBPFTimestamp.offset:type_name ->
skywalking.v3.EBPFOffsetTimestamp
+ 6, // 46: skywalking.v3.EBPFAccessLogService.collect:input_type ->
skywalking.v3.EBPFAccessLogMessage
+ 33, // 47: skywalking.v3.EBPFAccessLogService.collect:output_type ->
skywalking.v3.EBPFAccessLogDownstream
+ 47, // [47:48] is the sub-list for method output_type
+ 46, // [46:47] is the sub-list for method input_type
+ 46, // [46:46] is the sub-list for extension type_name
+ 46, // [46:46] is the sub-list for extension extendee
+ 0, // [0:46] is the sub-list for field type_name
}
func init() { file_ebpf_accesslog_proto_init() }
@@ -3031,7 +3133,7 @@ func file_ebpf_accesslog_proto_init() {
}
}
file_ebpf_accesslog_proto_msgTypes[14].Exporter = func(v
interface{}, i int) interface{} {
- switch v := v.(*AccessLogKernelCloseOperation); i {
+ switch v := v.(*AccessLogKernelAcceptOperation); i {
case 0:
return &v.state
case 1:
@@ -3043,7 +3145,7 @@ func file_ebpf_accesslog_proto_init() {
}
}
file_ebpf_accesslog_proto_msgTypes[15].Exporter = func(v
interface{}, i int) interface{} {
- switch v := v.(*AccessLogKernelWriteOperation); i {
+ switch v := v.(*AccessLogKernelCloseOperation); i {
case 0:
return &v.state
case 1:
@@ -3055,7 +3157,7 @@ func file_ebpf_accesslog_proto_init() {
}
}
file_ebpf_accesslog_proto_msgTypes[16].Exporter = func(v
interface{}, i int) interface{} {
- switch v := v.(*AccessLogKernelWriteL4Metrics); i {
+ switch v := v.(*AccessLogKernelWriteOperation); i {
case 0:
return &v.state
case 1:
@@ -3067,7 +3169,7 @@ func file_ebpf_accesslog_proto_init() {
}
}
file_ebpf_accesslog_proto_msgTypes[17].Exporter = func(v
interface{}, i int) interface{} {
- switch v := v.(*AccessLogLossPackageMetrics); i {
+ switch v := v.(*AccessLogKernelWriteL4Metrics); i {
case 0:
return &v.state
case 1:
@@ -3079,7 +3181,7 @@ func file_ebpf_accesslog_proto_init() {
}
}
file_ebpf_accesslog_proto_msgTypes[18].Exporter = func(v
interface{}, i int) interface{} {
- switch v := v.(*AccessLogKernelWriteL3Metrics); i {
+ switch v := v.(*AccessLogLossPackageMetrics); i {
case 0:
return &v.state
case 1:
@@ -3091,7 +3193,7 @@ func file_ebpf_accesslog_proto_init() {
}
}
file_ebpf_accesslog_proto_msgTypes[19].Exporter = func(v
interface{}, i int) interface{} {
- switch v := v.(*AccessLogKernelWriteL2Metrics); i {
+ switch v := v.(*AccessLogKernelWriteL3Metrics); i {
case 0:
return &v.state
case 1:
@@ -3103,7 +3205,7 @@ func file_ebpf_accesslog_proto_init() {
}
}
file_ebpf_accesslog_proto_msgTypes[20].Exporter = func(v
interface{}, i int) interface{} {
- switch v := v.(*AccessLogKernelReadOperation); i {
+ switch v := v.(*AccessLogKernelWriteL2Metrics); i {
case 0:
return &v.state
case 1:
@@ -3115,7 +3217,7 @@ func file_ebpf_accesslog_proto_init() {
}
}
file_ebpf_accesslog_proto_msgTypes[21].Exporter = func(v
interface{}, i int) interface{} {
- switch v := v.(*AccessLogKernelReadL2Metrics); i {
+ switch v := v.(*AccessLogKernelReadOperation); i {
case 0:
return &v.state
case 1:
@@ -3127,7 +3229,7 @@ func file_ebpf_accesslog_proto_init() {
}
}
file_ebpf_accesslog_proto_msgTypes[22].Exporter = func(v
interface{}, i int) interface{} {
- switch v := v.(*AccessLogKernelReadL3Metrics); i {
+ switch v := v.(*AccessLogKernelReadL2Metrics); i {
case 0:
return &v.state
case 1:
@@ -3139,7 +3241,7 @@ func file_ebpf_accesslog_proto_init() {
}
}
file_ebpf_accesslog_proto_msgTypes[23].Exporter = func(v
interface{}, i int) interface{} {
- switch v := v.(*AccessLogKernelReadL4Metrics); i {
+ switch v := v.(*AccessLogKernelReadL3Metrics); i {
case 0:
return &v.state
case 1:
@@ -3151,7 +3253,7 @@ func file_ebpf_accesslog_proto_init() {
}
}
file_ebpf_accesslog_proto_msgTypes[24].Exporter = func(v
interface{}, i int) interface{} {
- switch v := v.(*EBPFTimestamp); i {
+ switch v := v.(*AccessLogKernelReadL4Metrics); i {
case 0:
return &v.state
case 1:
@@ -3163,7 +3265,7 @@ func file_ebpf_accesslog_proto_init() {
}
}
file_ebpf_accesslog_proto_msgTypes[25].Exporter = func(v
interface{}, i int) interface{} {
- switch v := v.(*EBPFOffsetTimestamp); i {
+ switch v := v.(*EBPFTimestamp); i {
case 0:
return &v.state
case 1:
@@ -3175,6 +3277,18 @@ func file_ebpf_accesslog_proto_init() {
}
}
file_ebpf_accesslog_proto_msgTypes[26].Exporter = func(v
interface{}, i int) interface{} {
+ switch v := v.(*EBPFOffsetTimestamp); i {
+ case 0:
+ return &v.state
+ case 1:
+ return &v.sizeCache
+ case 2:
+ return &v.unknownFields
+ default:
+ return nil
+ }
+ }
+ file_ebpf_accesslog_proto_msgTypes[27].Exporter = func(v
interface{}, i int) interface{} {
switch v := v.(*EBPFAccessLogDownstream); i {
case 0:
return &v.state
@@ -3193,6 +3307,7 @@ func file_ebpf_accesslog_proto_init() {
}
file_ebpf_accesslog_proto_msgTypes[7].OneofWrappers = []interface{}{
(*AccessLogKernelLog_Connect)(nil),
+ (*AccessLogKernelLog_Accept)(nil),
(*AccessLogKernelLog_Close)(nil),
(*AccessLogKernelLog_Read)(nil),
(*AccessLogKernelLog_Write)(nil),
@@ -3200,7 +3315,7 @@ func file_ebpf_accesslog_proto_init() {
file_ebpf_accesslog_proto_msgTypes[8].OneofWrappers = []interface{}{
(*AccessLogProtocolLogs_Http)(nil),
}
- file_ebpf_accesslog_proto_msgTypes[24].OneofWrappers = []interface{}{
+ file_ebpf_accesslog_proto_msgTypes[25].OneofWrappers = []interface{}{
(*EBPFTimestamp_Offset)(nil),
}
type x struct{}
@@ -3209,7 +3324,7 @@ func file_ebpf_accesslog_proto_init() {
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_ebpf_accesslog_proto_rawDesc,
NumEnums: 6,
- NumMessages: 27,
+ NumMessages: 28,
NumExtensions: 0,
NumServices: 1,
},
diff --git a/dependencies.sh b/dependencies.sh
index 24d5468..875ba97 100644
--- a/dependencies.sh
+++ b/dependencies.sh
@@ -17,7 +17,7 @@
# specific language governing permissions and limitations
# under the License.
-export COLLECT_PROTOCOL_SHA=5595a6d442cf430f3856f5096feb6ebe6601dcfc
+export COLLECT_PROTOCOL_SHA=d635d586ed9e0c6e3e95c6da82ee23b91f583d51
export QUERY_PROTOCOL_SHA=ee452f9285cebb84bb348a03338adc45258eb27e
export ENVOY_SERVICE_PROTOCOL_SHA=533b32f1b390a3a88ec2008d0561e07c926d879a
export XDS_SERVICE_PROTOCOL_SHA=25de7278fc844d392d607214f36dbedf50f167ee