imrebuild

Results 2 issues of imrebuild

The value of `path` changed from `ctx.Route().Path` to `string(ctx.Request().RequestURI())` in commit https://github.com/ansrivas/fiberprometheus/commit/bfc9e019f80791a79e0f780e92d26fa93a3f2d31. For route `/n/:id`, it will create metric for each unique id, instead of grouping them under `/n/:id`.

Close https://github.com/crazy-max/diun/issues/1030.