aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2018-03-09 14:03:07 +0100
committerGitHub <noreply@github.com>2018-03-09 14:03:07 +0100
commit16e1bf79938aa8f9b5f97245e3cd1d63df67e6d0 (patch)
tree648579553318622fd0070ab2f840fd34192e793a /CHANGELOG.md
parent7b720df1c5ded45ce17e5b37515c032f6ec1c4ff (diff)
downloadprometheus_node_collector-16e1bf79938aa8f9b5f97245e3cd1d63df67e6d0.tar.bz2
prometheus_node_collector-16e1bf79938aa8f9b5f97245e3cd1d63df67e6d0.tar.xz
prometheus_node_collector-16e1bf79938aa8f9b5f97245e3cd1d63df67e6d0.zip
Update for v0.16.0-rc.0 (#848)
* Update CHANGELOG. * Update VERSION.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md70
1 files changed, 65 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f350693..c9ad75c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,70 @@
1## master / unreleased 1## master / unreleased
2 2
3**Breaking changes** 3* [CHANGE]
4* [FEATURE]
5* [ENHANCEMENT]
6* [BUGFIX]
7
8## 0.16.0-rc.0 / 2018-03-08
4 9
5Linux node_cpu metrics now break out `guest` values into separate metrics. See Issue #737 10**Breaking changes**
6 11
7## v0.15.0 / 2017-10-06 12This release contains major breaking changes to metric names. Many metrics have new names, labels, and label values in order to conform to current naming conventions.
13* Linux node_cpu metrics now break out `guest` values into separate metrics. See Issue #737
14* Many counter metrics have been renamed to include `_total`.
15* Many metrics have been renamed/modified to include base units, for example `node_cpu` is now `node_cpu_seconds_total`.
16
17In order to help with backwards compatibility, a `metric_relabel_config` is being worked on to allow for easier transition of metric names. See: https://github.com/prometheus/node_exporter/issues/830
18
19Other breaking changes:
20* The megacli collector has been removed, is now replaced by the storcli.py textfile helper.
21* The textfile collector will now treat timestamps as errors.
22
23* [CHANGE] Split out guest cpu metrics on Linux. #744
24* [CHANGE] Exclude Linux proc from filesystem type regexp #774
25* [CHANGE] Ignore more virtual filesystems #775
26* [CHANGE] Remove obsolete megacli collector. #798
27* [CHANGE] Ignore /var/lib/docker by default. #814
28* [CHANGE] Cleanup NFS metrics #834
29* [CHANGE] Only report core throttles per core, not per cpu #836
30* [CHANGE] Treat custom textfile metric timestamps as errors #769
31* [CHANGE] Drop exec_ in boot_timestamp_seconds on *bsd #839
32* [CHANGE] Use lowercase cpu label name in interrupts #849
33* [FEATURE] Add `collect[]` parameter #699
34* [FEATURE] Add text collector conversion for ipmitool output. #746
35* [FEATURE] Add openbsd meminfo #724
36* [FEATURE] Add systemd summary metrics #765
37* [FEATURE] Add OpenBSD CPU collector #805
38* [FEATURE] Add NFS Server metrics collector. #803
39* [FEATURE] add sample directory size exporter #789
40* [ENHANCEMENT] added Wear_Leveling_Count attribute to smartmon.sh script #707
41* [ENHANCEMENT] Simplify Utsname string conversion #716
42* [ENHANCEMENT] apt.sh: handle multiple origins in apt-get output #757
43* [ENHANCEMENT] Export systemd timers last trigger seconds. #807
44* [ENHANCEMENT] updates for zfsonlinux 0.7.5 #779
45* [BUGFIX] Fix smartmon.sh textfile script #700
46* [BUGFIX] netdev: Change valueType to CounterValue #749
47* [BUGFIX] textfile: fix duplicate metrics error #738
48* [BUGFIX] Fix panic by updating github.com/ema/qdisc dependency #778
49* [BUGFIX] Use uint64 in the ZFS collector #714
50* [BUGFIX] multiply page size after float64 coercion to avoid signed integer overflow #780
51* [BUGFIX] smartmon: Escape double quotes in device model family #772
52* [BUGFIX] Fix log level regression in #533 #815
53* [BUGFIX] Correct the ClocksPerSec scaling factor on Darwin #846
54
55## 0.15.2 / 2017-12-06
56
57* [BUGFIX] cpu: Support processor-less (memory-only) NUMA nodes #734
58
59## 0.15.1 / 2017-11-07
60
61* [BUGFIX] xfs: expose correct fields, fix metric names #708
62* [BUGFIX] Correct buffer_bytes > INT_MAX on BSD/amd64. #712
63* [BUGFIX] netstat: return nothing when /proc/net/snmp6 not found #718
64* [BUGFIX] Fix off by one in Linux interrupts collector #721
65* [BUGFIX] Add and use sysReadFile in hwmon collector #728
66
67## 0.15.0 / 2017-10-06
8 68
9**Breaking changes** 69**Breaking changes**
10 70
@@ -46,7 +106,7 @@ Windows support is now removed, the [wmi_exporter](https://github.com/martinlind
46* [BUGFIX] Ignore wifi collector permission errors #646 106* [BUGFIX] Ignore wifi collector permission errors #646
47* [BUGFIX] Always try to return smartmon_device_info metric #663 107* [BUGFIX] Always try to return smartmon_device_info metric #663
48 108
49## v0.14.0 / 2017-03-21 109## 0.14.0 / 2017-03-21
50 110
51NOTE: We are deprecating several collectors in this release. 111NOTE: We are deprecating several collectors in this release.
52 * `gmond` - Out of scope. 112 * `gmond` - Out of scope.
@@ -88,7 +148,7 @@ Breaking changes:
88* [BUGFIX] Allow graceful failure in hwmon collector #427 148* [BUGFIX] Allow graceful failure in hwmon collector #427
89* [BUGFIX] Fix the reporting of active+total disk metrics for inactive raids. #522 149* [BUGFIX] Fix the reporting of active+total disk metrics for inactive raids. #522
90 150
91## v0.13.0 / 2016-11-26 151## 0.13.0 / 2016-11-26
92 152
93NOTE: We have disabled builds of linux/ppc64 and linux/ppc64le due to build bugs. 153NOTE: We have disabled builds of linux/ppc64 and linux/ppc64le due to build bugs.
94 154