Releases: depado/ginprom
Releases · depado/ginprom
v1.8.1
v1.8.0
What's Changed
- chore(deps): update golang docker tag to v1.20.4 by @renovate in #43
- fix(deps): update module github.com/prometheus/client_golang to v1.15.1 by @renovate in #44
- fix(deps): update module github.com/stretchr/testify to v1.8.3 by @renovate in #45
- fix(deps): update module github.com/stretchr/testify to v1.8.4 by @renovate in #46
- fix(deps): update module github.com/gin-gonic/gin to v1.9.1 by @renovate in #47
- chore(deps): update golang docker tag to v1.20.5 by @renovate in #50
- support custom promhttp.HandlerOpts by @jmank88 in #48
- fix(deps): update module github.com/prometheus/client_golang to v1.16.0 by @renovate in #51
- chore(deps): update golang docker tag to v1.20.6 by @renovate in #52
- chore(deps): update golang docker tag to v1.20.7 by @renovate in #53
- chore(deps): update golang docker tag to v1.21.0 by @renovate in #54
- chore(deps): update golang docker tag to v1.21.1 by @renovate in #55
- fix(deps): update module github.com/prometheus/client_golang to v1.17.0 by @renovate in #56
- chore(deps): update golang docker tag to v1.21.2 by @renovate in #57
- chore(deps): update golang docker tag to v1.21.3 by @renovate in #58
- chore(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 by @dependabot in #59
- chore(deps): update golang docker tag to v1.21.4 by @renovate in #60
- feat: add support for custom labels in the counter metric by @sralloza in #62
New Contributors
Full Changelog: v1.7.11...v1.8.0
v1.7.11
v1.7.10
Add new RequestPathFunc feature to customize request path (#41) * feat: new RequestPathFunc to retrieve request path and corresponding option on *Prometheus Recording metrics for routes not registered on the instrumented root *gin.Router currently requires defining a side-middleware mimicking the *Prometheus internals, that is, declaring counters, histograms and summaries for the metrics one wants to record, and "manually" handling them inside the middleware. With RequestPathFunc, one can monitor calls to unregistered routes by setting RequestPathFunc to some function that returns a default value if the request path is undefined. Even finer-grained monitoring is made possible by this commit, e.g. recording a metric with the (*http.Request).RequestURI rather than the (*gin.Context).Fullpath() return value. * feat: add test for new feature RequestPathFunc
v1.7.9
v1.7.8
v1.7.7
v1.7.6
v1.7.5: Merge pull request #28 from TankerHQ/deps
Upgrade dependencies
v1.7.4
Full Changelog: v1.7.3...v1.7.4