Revolyssup commented on code in PR #12686:
URL: https://github.com/apache/apisix/pull/12686#discussion_r2464541680


##########
apisix/plugin.lua:
##########
@@ -1221,19 +1222,21 @@ function _M.run_plugin(phase, plugins, api_ctx)
         end
         return api_ctx, plugin_run
     end
-
+    tracer.new_span("apisix.phase." .. phase)

Review Comment:
   This one only tracks the combined plugin execution time in each phase. The 
manually added ones are more general, maybe we can name them different.



-- 
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]

Reply via email to