v1.8.0
版本发布时间: 2020-10-16 00:26:12
prometheus/client_golang最新发布版本:v1.20.4(2024-09-17 16:01:45)
- [CHANGE] API client: Use
time.Time
rather thanstring
for timestamps inRuntimeinfoResult
. #777 - [FEATURE] Export
MetricVec
to facilitate implementation of vectors of customMetric
types. #803 - [FEATURE API client: Support
/status/tsdb
endpoint. #773 - [ENHANCEMENT] API client: Enable GET fallback on status code 501. #802
- [ENHANCEMENT] Remove
Metric
references after reslicing to free up more memory. #784
What's Changed
- Add support for tsdb endpoint by @HimaVarsha94 in https://github.com/prometheus/client_golang/pull/773
- Use time.Time for timestamps in Runtimeinfo by @mxey in https://github.com/prometheus/client_golang/pull/777
- fix tests warning about string(int) type conversions by @johejo in https://github.com/prometheus/client_golang/pull/779
- Update collector comment about GC stop-the-world by @roidelapluie in https://github.com/prometheus/client_golang/pull/783
- Remove reference to Metric after reslicing by @hummerd in https://github.com/prometheus/client_golang/pull/784
- Support go 1.15 by @roidelapluie in https://github.com/prometheus/client_golang/pull/792
- Replace with the standard library constant. by @johncming in https://github.com/prometheus/client_golang/pull/793
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/797
- Remove spurious commas from links to the docs site by @beorn7 in https://github.com/prometheus/client_golang/pull/800
- API client: Enable fallback on status code 501, too by @beorn7 in https://github.com/prometheus/client_golang/pull/802
- Export MetricVec (again) by @beorn7 in https://github.com/prometheus/client_golang/pull/803
- Cut v1.8.0 by @beorn7 in https://github.com/prometheus/client_golang/pull/806
New Contributors
- @HimaVarsha94 made their first contribution in https://github.com/prometheus/client_golang/pull/773
- @mxey made their first contribution in https://github.com/prometheus/client_golang/pull/777
- @hummerd made their first contribution in https://github.com/prometheus/client_golang/pull/784
- @johncming made their first contribution in https://github.com/prometheus/client_golang/pull/793
Full Changelog: https://github.com/prometheus/client_golang/compare/v1.7.1...v1.8.0