appmetrics
appmetrics copied to clipboard
Http-probe metricsEnd enhancement
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 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