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 2020/10/23 15:22:02 UTC

[GitHub] [apisix] tzssangglass commented on a change in pull request #2497: feature: prometheus plugin `apisix_http_status` metric `route` tag Im…

tzssangglass commented on a change in pull request #2497:
URL: https://github.com/apache/apisix/pull/2497#discussion_r510959499



##########
File path: apisix/http/router/radixtree_host_uri.lua
##########
@@ -130,16 +131,17 @@ function _M.match(api_ctx)
     match_opts.remote_addr = api_ctx.var.remote_addr
     match_opts.vars = api_ctx.var
     match_opts.host = api_ctx.var.host
+    match_opts.matched = {}

Review comment:
       you mean using `tablepool`? I get, the `api_ctx` also use `tablepool`, let me try.




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

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