forked from percona/node_exporter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [CHANGE] Fix cpustat when some cpus are offline prometheus#2318 * [CHANGE] Remove metrics of offline CPUs in CPU collector prometheus#2605 * [CHANGE] Deprecate ntp collector prometheus#2603 * [CHANGE] Remove bcache `cache_readaheads_totals` metrics prometheus#2583 * [CHANGE] Deprecate supervisord collector prometheus#2685 * [FEATURE] Enable uname collector on NetBSD prometheus#2559 * [FEATURE] NetBSD support for the meminfo collector prometheus#2570 * [FEATURE] NetBSD support for CPU collector prometheus#2626 * [FEATURE] Add FreeBSD collector for netisr subsystem prometheus#2668 * [FEATURE] Add softirqs collector prometheus#2669 * [ENHANCEMENT] Add suspended as a `node_zfs_zpool_state` prometheus#2449 * [ENHANCEMENT] Add administrative state of Linux network interfaces prometheus#2515 * [ENHANCEMENT] Log current value of GOMAXPROCS prometheus#2537 * [ENHANCEMENT] Add profiler options for perf collector prometheus#2542 * [ENHANCEMENT] Allow root path as metrics path prometheus#2590 * [ENHANCEMENT] Add cpu frequency governor metrics prometheus#2569 * [ENHANCEMENT] Add new landing page prometheus#2622 * [ENHANCEMENT] Reduce privileges needed for btrfs device stats prometheus#2634 * [ENHANCEMENT] Add ZFS `memory_available_bytes` prometheus#2687 * [ENHANCEMENT] Use `SCSI_IDENT_SERIAL` as serial in diskstats prometheus#2612 * [ENHANCEMENT] Read missing from netlink netclass attributes from sysfs prometheus#2669 * [BUGFIX] perf: fixes for automatically detecting the correct tracefs mountpoints prometheus#2553 * [BUGFIX] Fix `thermal_zone` collector noise @2554 * [BUGFIX] Fix a problem fetching the user wire count on FreeBSD 2584 * [BUGFIX] interrupts: Fix fields on linux aarch64 prometheus#2631 * [BUGFIX] Remove metrics of offline CPUs in CPU collector prometheus#2605 * [BUGFIX] Fix OpenBSD filesystem collector string parsing prometheus#2637 * [BUGFIX] Fix bad reporting of `node_cpu_seconds_total` in OpenBSD prometheus#2663 Signed-off-by: Ben Kochie <superq@gmail.com>
- Loading branch information
Showing
4 changed files
with
39 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.5.0 | ||
1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters