like to know how to make count metrics available for incoming http requests in akka-http. Basically, I'm looking for wrappers for each http endpoint so that I can build metrics for the amount of time it took for each request to complete as well as raise the count of the metric once a request is hit.
I attempted to utilize the akka-http directive to encapsulate each incoming request so that it could disclose the metrics, but I am unable to locate the registery reference to register my metrics.