mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
0092d10764
Moves the request tracing middleware earlier in the chain, just after the tracing middleware and before the log middleware. With these changes we'll be able to track authentication/authorization status failures that currently exits early and don't execute the request tracing middleware. In addition, there might be some other routes now being tracked with this that we didn't do before. Fixes #39590 |
||
---|---|---|
.. | ||
route_register_test.go | ||
route_register.go | ||
routing.go |