v1.11.0 / 2021-06-07
- [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 #846
- Synchronize common files from prometheus/prometheus by @prombot in #849
- Synchronize common files from prometheus/prometheus by @prombot in #853
- Add newer fields to Rules API by @gouthamve in #855
- Add missing fields to targets API by @yeya24 in #856
- Synchronize common files from prometheus/prometheus by @prombot in #857
- Add exemplars API support by @yeya24 in #861
- Improve description of MaxAge in summary docs by @Dean-Coakley in #864
- Add new collectors package by @johejo in #862
- Add collector for database/sql#DBStats by @johejo in #866
- Make dbStatsCollector more DRY by @beorn7 in #867
- Change maintainers from @beorn7 to @bwplotka/@kakkoyun by @beorn7 in #873
- Document implications of negative observations by @beorn7 in #871
- Update Go modules by @SuperQ in #875
New Contributors
- @gouthamve made their first contribution in #855
Full Changelog: v1.10.0...v1.11.0