Http_requests to pods via ingress metrics

Please help me guys withKuber metrics for application in pods

there’s a real web application in kuber in different pods like 1,2,3
I need to get metrics for this web-application from each pod and by different types of queries into Prometheus - Grafana
How can you get the number of different API queries in grafana not just by paths written in ingress i have ingress paths written in configs
but by types of http requests
but by different regular expressions like

/api/baza/operation/(?P<operation_id>[^{}/]+)
how can i get them out, maybe someone knows how to do this

Or may be other tool i can use please help me to solve