bisakhmondal commented on a change in pull request #5372: URL: https://github.com/apache/apisix/pull/5372#discussion_r739994867
########## File path: apisix/plugins/prometheus/exporter.lua ########## @@ -131,6 +128,13 @@ function _M.log(conf, ctx) end end end + return route_id, service_id, consumer_name, balancer_ip +end + +function _M.log(conf, ctx) + local vars = ctx.var + + local route_id, service_id, consumer_name, balancer_ip = _M.parse_info_from_ctx(conf, ctx) Review comment: Okay, Thanks. -- 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-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org