I have a peculiar problem. I am using route contra...
# http4k
s
I have a peculiar problem. I am using route contracts and I am using filters to generate metrics on the traffic that is coming in. These filters are populating an internal tool for my company. My issue is that I only have the request and the response in the filter. When using path parameters I can't easily count the number of 200s, 300s, 400s, and 500s for a single endpoint because the path parameters will make the uris all unique. Is there a way to take the uri and method and see which route it matches so that I can use that in my metrics?