go-httpwares icon indicating copy to clipboard operation
go-httpwares copied to clipboard

Go HTTP Server Middleware and Client Tripperware

Results 4 go-httpwares issues
Sort by recently updated
recently updated
newest added

Hi! I am using datadog and your middleware, and it works great! However, is there a way to change the operationName? It works for the Tripperware, where is gets set...

**Versions of relevant software used** Go versions from 1.8 up to 1.12 **What happened** We should add Go versions from 1.8 to 1.12 to the travis config so that these...

Currently, this http middleware adds a `time_ms` field to the log once the request handling is finished. However, we want to be able to get time since the beginning of...

This adds server-side (Middleware) and client-side (Tripperware) monitoring of HTTP calls in Prometheus. It uses `http_ctxtags` from this package to make sure that the `Handler` are identified using `handlerName` tag...