Skip to content

Commit

Permalink
OTEL transaction naming | Identity transaction per protocol://host:po…
Browse files Browse the repository at this point in the history
…rt/path Kong#11762
  • Loading branch information
ludovic-pourrat committed Oct 14, 2023
1 parent 348c980 commit 5e4eaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/tracing/instrumentation.lua
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function _M.request(ctx)
http_flavor = string.format("%.1f", http_flavor)
end

local active_span = tracer.start_span("kong", {
local active_span = tracer.start_span(req_uri, {
span_kind = 2, -- server
start_time_ns = start_time,
attributes = {
Expand Down

0 comments on commit 5e4eaa6

Please sign in to comment.