| commit | 07e6018301187a6a9429e5c204c62df1e4db7a6b | [log] [tgz] |
|---|---|---|
| author | mrproliu <741550557@qq.com> | Tue Feb 25 20:04:32 2025 +0800 |
| committer | GitHub <noreply@github.com> | Tue Feb 25 20:04:32 2025 +0800 |
| tree | fd75f36b3581955fd7540f6c8059d8c44173c03a | |
| parent | 1717f5c753a4d6c644f056d69fed85873482648f [diff] |
Add host header in eBPF HTTP request (#107)
diff --git a/ebpf/accesslog.proto b/ebpf/accesslog.proto index 8a4e2cc..4155227 100644 --- a/ebpf/accesslog.proto +++ b/ebpf/accesslog.proto
@@ -177,6 +177,8 @@ uint64 sizeOfBodyBytes = 4; // The trace information if detected. AccessLogTraceInfo trace = 5; + // The host header of the incoming request. + string host = 6; } message AccessLogHTTPProtocolResponse { @@ -384,4 +386,4 @@ } message EBPFAccessLogDownstream { -} \ No newline at end of file +}