Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
kong/plugins/zipkin/opentracing.lua: Fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
james-callahan committed Oct 18, 2018
1 parent 8573984 commit 62645af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kong/plugins/zipkin/opentracing.lua
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ function OpenTracingHandler:initialise_request(conf, ctx)
local path_with_query = req.get_path_with_query()
if path_with_query ~= "" then
method = req.get_method()
url = req.get_scheme() .. "://" .. req.get_host() .. ":"
.. req.get_port() .. path_with_query
url = req.get_scheme() .. "://" .. req.get_host() .. ":"
.. req.get_port() .. path_with_query
end
local forwarded_ip = kong.client.get_forwarded_ip()
local request_span = tracer:start_span("kong.request", {
Expand Down

0 comments on commit 62645af

Please sign in to comment.