You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I set the route matching pattern to radixtree_host_uri, I can see that the matched_uri in the matched_host in the metrics becomes a matched_host, and the order is exactly the opposite of host, and the matched_host is empty, as follows
Issue description
When I set the route matching pattern to radixtree_host_uri, I can see that the matched_uri in the matched_host in the metrics becomes a matched_host, and the order is exactly the opposite of host, and the matched_host is empty, as follows
But my real matched_uri is /hello, and matched_host is api2.master.com
Environment
apisix version
): 2.9uname -a
):nginx -V
oropenresty -V
):curl http://127.0.0.1:9090/v1/server_info
to get the info from server-info API):luarocks --version
):Steps to reproduce
Actual result
matched_uri and matched_host do not match expectations,The expected results are as follows
matched_uri: /hello
matched_host: api2.master.com
Error log
none
Expected result
No response
The text was updated successfully, but these errors were encountered: