mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
Release 1.7.0 (#2845)
* [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 <superq@gmail.com>
This commit is contained in:
parent
ed1b8e3d88
commit
74ff1c6937
|
@ -46,7 +46,7 @@ jobs:
|
|||
parallelism: 3
|
||||
steps:
|
||||
- prometheus/setup_environment
|
||||
- run: docker run --privileged linuxkit/binfmt:v0.8
|
||||
- run: docker run --privileged linuxkit/binfmt:af88a591f9cc896a52ce596b9cf7ca26a061ef97
|
||||
- run: promu crossbuild -v --parallelism $CIRCLE_NODE_TOTAL --parallelism-thread $CIRCLE_NODE_INDEX
|
||||
- run: promu --config .promu-cgo.yml crossbuild -v --parallelism $CIRCLE_NODE_TOTAL --parallelism-thread $CIRCLE_NODE_INDEX
|
||||
- persist_to_workspace:
|
||||
|
|
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -5,6 +5,23 @@
|
|||
* [ENHANCEMENT]
|
||||
* [BUGFIX]
|
||||
|
||||
## 1.7.0 / 2023-11-11
|
||||
|
||||
* [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
|
||||
|
||||
## 1.6.1 / 2023-06-17
|
||||
|
||||
Rebuild with latest Go compiler bugfix release.
|
||||
|
|
Loading…
Reference in a new issue