appmetrics icon indicating copy to clipboard operation
appmetrics copied to clipboard

Http-probe metricsEnd enhancement

Open kgriesh opened this issue 8 years ago • 1 comments
trafficstars

Currently metricsEnd does not emit the baseUrl and route, available from the request. This can be problematic if you're trying to identify a url that has path params. For example it would be nice to capture a route such as: /verify/email/:email. Where currently only the url is available which contains the passed in variable, so you get back /verify/email/[email protected]. I have an enhancement working on a fork currently and would be happy to submit a PR.

kgriesh avatar May 17 '17 23:05 kgriesh

@kgriesh Please go ahead and submit a PR. You will need to confirm you have read the contributing rules before we can accept it though https://github.com/RuntimeTools/appmetrics/blob/master/CONTRIBUTING.md

tobespc avatar May 18 '17 10:05 tobespc