1.8.0 / 2020-10-15
- [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 #773
- Use time.Time for timestamps in Runtimeinfo by @mxey in #777
- fix tests warning about string(int) type conversions by @johejo in #779
- Update collector comment about GC stop-the-world by @roidelapluie in #783
- Remove reference to Metric after reslicing by @hummerd in #784
- Support go 1.15 by @roidelapluie in #792
- Replace with the standard library constant. by @johncming in #793
- Synchronize common files from prometheus/prometheus by @prombot in #797
- Remove spurious commas from links to the docs site by @beorn7 in #800
- API client: Enable fallback on status code 501, too by @beorn7 in #802
- Export MetricVec (again) by @beorn7 in #803
- Cut v1.8.0 by @beorn7 in #806
New Contributors
- @HimaVarsha94 made their first contribution in #773
- @mxey made their first contribution in #777
- @hummerd made their first contribution in #784
- @johncming made their first contribution in #793
Full Changelog: v1.7.1...v1.8.0