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
Define a main route and add a sub route.
Calling sub route api.
on 200 -> route string in metrics looks ok
on fail() -> route string in metrics gets the sub route attached at the end of the url.
Version
vertx: 4.5.7 - 4.5.11
Context
Define a main route and add a sub route.
Calling sub route api.
on 200 -> route string in metrics looks ok
on fail() -> route string in metrics gets the sub route attached at the end of the url.
Reproducer
see: https://github.com/basalt79/vertx-web-metrics
Steps to reproduce
OR
and check afterwards the metrics result at http://localhost:7777/metrics
Extra
Since the effect of this hits metrics, i put this issue here, but maybe the root cause is located at https://github.com/vert-x3/vertx-web/
The text was updated successfully, but these errors were encountered: