Update v1.5.0 release notes
Add note about the change to the experimental web flag. Fixes: https://github.com/prometheus/node_exporter/issues/2535 Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
5e552bac02
commit
1e82c57931
|
@ -12,6 +12,8 @@ NOTE: This changes the Go runtime "GOMAXPROCS" to 1. This is done to limit the
|
|||
race condition problem in the Linux kernel (#2500) and parallel IO issues
|
||||
on nodes with high numbers of CPUs/CPU threads (#1880).
|
||||
|
||||
NOTE: A command line arg has been changed from `--web.config` to `--web.config.file`.
|
||||
|
||||
* [CHANGE] Default GOMAXPROCS to 1 #2530
|
||||
* [FEATURE] Add multiple listeners and systemd socket listener activation #2393
|
||||
* [ENHANCEMENT] Add RTNL version of netclass collector #2492, #2528
|
||||
|
|
Loading…
Reference in New Issue