Commit 2dbce1f
Release v1.5.0
NOTE: This changes the Go runtime "GOMAXPROCS" to 1. This is done to limit the
concurrency of the exporter to 1 CPU thread at a time in order to avoid a
race condition problem in the Linux kernel (prometheus#2500) and parallel IO issues
on nodes with high numbers of CPUs/CPU threads (prometheus#1880).
* [CHANGE] Default GOMAXPROCS to 1 prometheus#2530
* [FEATURE] Add multiple listeners and systemd socket listener activation prometheus#2393
* [ENHANCEMENT] Add RTNL version of netclass collector prometheus#2492, prometheus#2528
* [BUGFIX] Fix diskstats exclude flags prometheus#2487
* [BUGFIX] Bump go/x/crypt and go/x/net prometheus#2488
* [BUGFIX] Fix hwmon label sanitizer prometheus#2504
* [BUGFIX] Use native endianness when encoding InetDiagMsg prometheus#2508
* [BUGFIX] Fix btrfs device stats always being zero prometheus#2516
* [BUGFIX] Security: Update exporter-toolkit (CVE-2022-46146) prometheus#2531
Signed-off-by: Ben Kochie <[email protected]>1 parent cfab963 commit 2dbce1f
2 files changed
+18
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
14 | 30 | | |
15 | 31 | | |
16 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments