mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Release v0.17.0 (#1168)
* Update CHANGELOG * Update VERSION Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
4abc6fba7d
commit
f9dd8e9b8c
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -7,16 +7,17 @@
|
|||
* [BUGFIX]
|
||||
* [BUGFIX] Add fallback for missing /proc/1/mounts #1172
|
||||
* [CHANGE] Add TCPSynRetrans to netstat default filter #1143
|
||||
* [CHANGE] Add a limit to the number of in-flight requests #1166
|
||||
* [ENHANCEMENT] Add Infiniband counters #1120
|
||||
* [FEATURE] Add a flag to disable exporter metrics #1148
|
||||
|
||||
## 0.17.0-rc.0 / 2018-10-19
|
||||
## 0.17.0 / 2018-11-30
|
||||
|
||||
Build note: Linux builds can now be built without CGO.
|
||||
|
||||
### **Breaking changes**
|
||||
|
||||
supvervisord collector reports "start_time_seconds" rather than "uptime" #952
|
||||
supvervisord collector reports `start_time_seconds` rather than `uptime` #952
|
||||
|
||||
The wifi collector is disabled by default due to suspected caching issues and goroutine leaks.
|
||||
* https://github.com/prometheus/node_exporter/issues/870
|
||||
|
@ -57,6 +58,11 @@ Darwin meminfo metrics have been renamed to match Prometheus conventions. #1060
|
|||
* [BUGFIX] Filter systemd units in Go for compatibility with older versions #1083
|
||||
* [BUGFIX] Update cpu collector for OpenBSD 6.4 #1094
|
||||
* [BUGFIX] Fix typo on HELP of `read_time_seconds_total` #1057
|
||||
* [BUGFIX] collector/diskstats: don't fail if there are extra stats #1125
|
||||
* [BUGFIX] collector/hwmon\_linux: handle temperature sensor file #1123
|
||||
* [BUGFIX] collector/filesystem: add bounds check #1133
|
||||
* [BUGFIX] Fix dragonfly's CPU counting frequency #1140
|
||||
* [BUGFIX] Add fallback for missing /proc/1/mounts #1172
|
||||
|
||||
## 0.16.0 / 2018-05-15
|
||||
|
||||
|
|
Loading…
Reference in a new issue