Is it possible to get actual route level metrics with Prometheus plugin?

Curently route in the metrics represents the configured route name in the kong config.
Multiple HTTP endpoints can be behind a kong “route” so we loose a lot of valuable data.

It would be great to have an option to have the actual http address in the route field of metrics exposed to prometheus.

I found a pr that potentially would solve this in the old plugin repo: feat(exporter) add url location and GET param counters, with regex extract by samsk · Pull Request #116 · Kong/kong-plugin-prometheus · GitHub
@salazar did you manage to review/cherry pick it?
It would be awesome to have