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
The "http.route" tag indicates a route expression like /users/:userId that corresponded with an http request. I'm not sure the aio framework has routing language or not, but if so, it will be nice.
There is language for routine like: /foo/bar/{name} foo/bar/
r/foo/bar/{name:\d+}
I just have not found good API to retrieve it, may be I missed something.
The "http.route" tag indicates a route expression like /users/:userId that corresponded with an http request. I'm not sure the aio framework has routing language or not, but if so, it will be nice.
https://zipkin.io/public/thrift/v1/zipkinCore.html#Const_HTTP_ROUTE
Note: the naming expression you use is the same as Brave, except it now uses templates and keywords for redirect or not found
openzipkin/brave#602
The text was updated successfully, but these errors were encountered: