I’m happy to announce v1.8.0 of prometheus/client_golang, the instrumentation library and the HTTP API client library for Prometheus in Go.
This release comes with a few new goodies for the API client. It also adds a new exported type MetricVec, which exposes the so far internal building block of metric vectors so that advanced users can now create vectors of their own custom Metric implementations.
Enjoy!
time.Time rather than string for timestamps in RuntimeinfoResult. #777MetricVec to facilitate implementation of vectors of custom Metric types. #803/status/tsdb endpoint. #773Metric references after reslicing to free up more memory. #784