Skip to content

Commit

Permalink
removing content_length as well
Browse files Browse the repository at this point in the history
  • Loading branch information
thugrock7 committed Aug 19, 2024
1 parent 33ecf58 commit 6f91389
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ public static View createView() {
"net.sock.peer.port",
"http.user_agent",
"enduser.id",
"http.client_ip"));
"http.client_ip",
"http.request_content_length",
"http.response_content_length",
"user_agent.original"));

// Build the view
return View.builder()
Expand Down

0 comments on commit 6f91389

Please sign in to comment.