You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/01/12 03:14:26 UTC

[GitHub] [apisix] jagerzhang commented on a change in pull request #6063: feat: supports to logging apisix_latency and upstream_latency.

jagerzhang commented on a change in pull request #6063:
URL: https://github.com/apache/apisix/pull/6063#discussion_r782679511



##########
File path: apisix/utils/log-util.lua
##########
@@ -96,6 +96,8 @@ local function get_full_log(ngx, conf)
         }
     end
 
+    local latency, upstream_latency, apisix_latency = _M.latency_details_in_ms(ctx)

Review comment:
       ok, already update.




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org