Juan Calderon-Perez
Juan Calderon-Perez
I'm working with the Fiber team(I'm one of the Maintainers) to add a way of getting the URL path natively in Fiber. We have the data, it's just not exposed...
Found a fix, working on documenting the code and sending a PR. The middleware calls `ctx.Next()` and the collects metrics, this causes the context values to changed Mid-Middleware execution. I...
New problem, can't get the `Cache` metrics to work at all. It's using similar code to other tests but for some reason `/metrics` shows as being cached, and not `/mypath`
@0x01F4 Next week or so. I had to refactor a bunch of stuff. Also removed `cache` support since it doesnt really work at all. - Added 8-10 more unit tests...
@goodpeanut This middleware is being migrated to the GoFiber organization. Hold off for now
@mrusme Working on it, v3 is still under development. But I can do the migration for v2 in the meantime
@dependabot rebase
Related to #46 which would benefit this issue.
@izetmolla v3 is still under development. We will upgrade these packages once close to release.
@minimoonleaf Is `eth2` in your host (outside Docker) ? If so you have to use `network_mode: host` when running with compose