AlinsRan commented on code in PR #12686:
URL: https://github.com/apache/apisix/pull/12686#discussion_r2762656120
##########
apisix/init.lua:
##########
@@ -901,6 +916,9 @@ function _M.http_header_filter_phase()
end
core.response.set_header("Apisix-Plugins",
core.table.concat(deduplicate, ", "))
end
+ tracer.finish(ngx_ctx, span)
+
+ tracer.start(ngx_ctx, "apisix.phase.body_filter", tracer.kind.server)
end
Review Comment:
In the log phase, all spans will be finished.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]