v1.11.0
版本发布时间: 2021-06-07 21:05:03
prometheus/client_golang最新发布版本:v1.20.4(2024-09-17 16:01:45)
- [CHANGE] Add new collectors package. #862
- [CHANGE]
prometheus.NewExpvarCollector
is deprecated, usecollectors.NewExpvarCollector
instead. #862 - [CHANGE]
prometheus.NewGoCollector
is deprecated, usecollectors.NewGoCollector
instead. #862 - [CHANGE]
prometheus.NewBuildInfoCollector
is deprecated, usecollectors.NewBuildInfoCollector
instead. #862 - [FEATURE] Add new collector for database/sql#DBStats. #866
- [FEATURE] API client: Add exemplars API support. #861
- [ENHANCEMENT] API client: Add newer fields to Rules API. #855
- [ENHANCEMENT] API client: Add missing fields to Targets API. #856
What's Changed
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/846
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/849
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/853
- Add newer fields to Rules API by @gouthamve in https://github.com/prometheus/client_golang/pull/855
- Add missing fields to targets API by @yeya24 in https://github.com/prometheus/client_golang/pull/856
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/857
- Add exemplars API support by @yeya24 in https://github.com/prometheus/client_golang/pull/861
- Improve description of MaxAge in summary docs by @Dean-Coakley in https://github.com/prometheus/client_golang/pull/864
- Add new collectors package by @johejo in https://github.com/prometheus/client_golang/pull/862
- Add collector for database/sql#DBStats by @johejo in https://github.com/prometheus/client_golang/pull/866
- Make dbStatsCollector more DRY by @beorn7 in https://github.com/prometheus/client_golang/pull/867
- Change maintainers from @beorn7 to @bwplotka/@kakkoyun by @beorn7 in https://github.com/prometheus/client_golang/pull/873
- Document implications of negative observations by @beorn7 in https://github.com/prometheus/client_golang/pull/871
- Update Go modules by @SuperQ in https://github.com/prometheus/client_golang/pull/875
New Contributors
- @gouthamve made their first contribution in https://github.com/prometheus/client_golang/pull/855
Full Changelog: https://github.com/prometheus/client_golang/compare/v1.10.0...v1.11.0