go-gin-prometheus icon indicating copy to clipboard operation
go-gin-prometheus copied to clipboard

Update to the Releases

Open therealppk opened this issue 3 years ago • 2 comments

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..

therealppk avatar Apr 12 '21 05:04 therealppk

@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

billiford avatar Sep 21 '21 21:09 billiford

you can just use go get -u github.com/zsais/go-gin-prometheus@2199a42

loeffel-io avatar Mar 08 '22 14:03 loeffel-io