add query params

This commit is contained in:
Daniel Eisenberg 2025-07-10 17:15:01 +03:00
parent 81bbf17df3
commit 10a0a440b6

View File

@ -254,7 +254,7 @@ function nano.handle_start_transaction()
local host = full_host:match("([^:]+)")
local method = stream_info.get_method()
local uri = stream_info.get_path()
local uri = stream_info.get_path_with_query()
local scheme = stream_info.get_scheme()
local client_ip = kong.client.get_ip()
local client_port = kong.client.get_port()