Skip to content

Commit 184dcab

Browse files
committed
Release 1.7.0
* [FEATURE] Add ZFS freebsd per dataset stats #2753 * [FEATURE] Add cpu vulnerabilities reporting from sysfs #2721 * [ENHANCEMENT] Parallelize stat calls in Linux filesystem collector #1772 * [ENHANCEMENT] Add missing linkspeeds to ethtool collector 2711 * [ENHANCEMENT] Add CPU MHz as the value for `node_cpu_info` metric #2778 * [ENHANCEMENT] Improve qdisc collector performance #2779 * [ENHANCEMENT] Add include and exclude filter for hwmon collector #2699 * [ENHANCEMENT] Optionally fetch ARP stats via rtnetlink instead of procfs #2777 * [BUFFIX] Fix ZFS arcstats on FreeBSD 14.0+ 2754 * [BUGFIX] Fallback to 32-bit stats in netdev #2757 * [BUGFIX] Close btrfs.FS handle after use #2780 * [BUGFIX] Move RO status before error return #2807 * [BUFFIX] Fix `promhttp_metric_handler_errors_total` being always active #2808 * [BUGFIX] Fix nfsd v4 index miss #2824 Signed-off-by: Ben Kochie <[email protected]>
1 parent ed1b8e3 commit 184dcab

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55
* [ENHANCEMENT]
66
* [BUGFIX]
77

8+
## 1.7.0 / 2023-11-11
9+
10+
* [FEATURE] Add ZFS freebsd per dataset stats #2753
11+
* [FEATURE] Add cpu vulnerabilities reporting from sysfs #2721
12+
* [ENHANCEMENT] Parallelize stat calls in Linux filesystem collector #1772
13+
* [ENHANCEMENT] Add missing linkspeeds to ethtool collector 2711
14+
* [ENHANCEMENT] Add CPU MHz as the value for `node_cpu_info` metric #2778
15+
* [ENHANCEMENT] Improve qdisc collector performance #2779
16+
* [ENHANCEMENT] Add include and exclude filter for hwmon collector #2699
17+
* [ENHANCEMENT] Optionally fetch ARP stats via rtnetlink instead of procfs #2777
18+
* [BUFFIX] Fix ZFS arcstats on FreeBSD 14.0+ 2754
19+
* [BUGFIX] Fallback to 32-bit stats in netdev #2757
20+
* [BUGFIX] Close btrfs.FS handle after use #2780
21+
* [BUGFIX] Move RO status before error return #2807
22+
* [BUFFIX] Fix `promhttp_metric_handler_errors_total` being always active #2808
23+
* [BUGFIX] Fix nfsd v4 index miss #2824
24+
825
## 1.6.1 / 2023-06-17
926

1027
Rebuild with latest Go compiler bugfix release.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1
1+
1.7.0

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/prometheus/node_exporter
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/alecthomas/kingpin/v2 v2.3.2

0 commit comments

Comments
 (0)