Ory Band

Results 87 comments of Ory Band

build fails because of the gzip middleware build failing, not this middleware

i think we should add sub-readmes to all middlewares in this repo, along with a godoc link. but this is for another issue

great ![](http://www.quickmeme.com/img/54/54504eb08de8bea51ecf9ccc75e21a07767a171264fdee210e3d22ad8cd334c9.jpg)

@manucorporat i'm intending to update this subpackage in the future, to comply with https://github.com/go-kit/kit/tree/master/metrics i've taken notice of this project lately, and i feel it's going to become some sort...

@manucorporat pipelining will indeed not work because it will require `gin.Handlerfunc` to support all these `SetX()` functions. The other alternative will result in having a fixed signature for `mwr.Statsd(..)`, which...

Also, go-kit's guidelines just state the metrics client (e.g. statsd) interface, not how you set it up.