Closed Pitasi closed 2 years ago
I see your point, but I'm not sure we can have a simple access to that information in the middleware.
I think this solves our issue: https://stackoverflow.com/questions/52982557/how-to-get-matched-route-in-context-in-gin
ah indeed, good find!
Current transaction names are in the form
while it should actually be
and
chain_name=cosmos-hub
can be a tag of the transaction.Otherwise we are unable to monitor performance effectively (think of how many API requests include an address in the url, e.g.
GET /account/XXX1234/balance
).