go-http-metrics
go-http-metrics copied to clipboard
Add the handlerID to various request contexts for downstream use
I want to be able to use the handlerID in downstream contexts. This PR adds it to the various framework's context equivalents if possible.
Kind of hard to add tests for this as we don't have access to the request context. It's probably possible to mock it but these changes seem pretty impotent.