v1.9.0
版本发布时间: 2020-12-17 08:24:44
prometheus/client_golang最新发布版本:v1.20.4(2024-09-17 16:01:45)
- [FEATURE]
NewPidFileFn
helper to create process collectors for processes whose PID is read from a file. #804 - [BUGFIX] promhttp: Prevent endless loop in
InstrumentHandler...
middlewares with invalid metric or label names. #823
What's Changed
- add the NewPidFileFn to helper by @sbookworm in https://github.com/prometheus/client_golang/pull/804
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/809
- Synchronize common files from prometheus/prometheus by @prombot in https://github.com/prometheus/client_golang/pull/811
- Added example api code showing how to add auth tokens and user agents to prom client. by @bwplotka in https://github.com/prometheus/client_golang/pull/817
- Correct spelling: possibilites -> possibilities by @jubalh in https://github.com/prometheus/client_golang/pull/819
- Be more explicit about the multi-line properties of MultiError by @beorn7 in https://github.com/prometheus/client_golang/pull/821
- promhttp: Correctly detect invalid metric and label names by @beorn7 in https://github.com/prometheus/client_golang/pull/823
-  Cut release 1.9.0 by @beorn7 in https://github.com/prometheus/client_golang/pull/826
New Contributors
- @sbookworm made their first contribution in https://github.com/prometheus/client_golang/pull/804
- @jubalh made their first contribution in https://github.com/prometheus/client_golang/pull/819
Full Changelog: https://github.com/prometheus/client_golang/compare/v1.8.0...v1.9.0