go-gin-prometheus
go-gin-prometheus copied to clipboard
Update to the Releases
I'm trying to use this package and I need the reqDur to be HistogramVec but in the current release(v0.1.0), it is a Summary. Can you fast track the next release?
My point being versions should be moving. The first and last version came two years back..
@zsais I also need this, can you release a new version?
I was able to get around this by replacing what's in my go.mod
with
github.com/zsais/go-gin-prometheus master
And then running
$ go mod download github.com/zsais/go-gin-prometheus
you can just use go get -u github.com/zsais/go-gin-prometheus@2199a42