aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2017-03-21 13:09:18 +0100
committerGitHub <noreply@github.com>2017-03-21 13:09:18 +0100
commit840ba5dcc71a084a3bc63cb6063003c1f94435a6 (patch)
treef186d24f99ed78ab338b52e0ed072f456973d5e7
parent57c5cab113715bf2b177f19f6b48849b8efa2b33 (diff)
parent6c1a2bb092b6514537cbbb343a050e7453e59d92 (diff)
downloadprometheus_node_collector-840ba5dcc71a084a3bc63cb6063003c1f94435a6.tar.bz2
prometheus_node_collector-840ba5dcc71a084a3bc63cb6063003c1f94435a6.tar.xz
prometheus_node_collector-840ba5dcc71a084a3bc63cb6063003c1f94435a6.zip
Merge pull request #521 from prometheus/bjk/0.14.0v0.14.0
Release v0.14.0
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5e6f392..bf5956d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,14 @@
1## v0.14.0 / unreleased 1## v0.14.0 / 2017-03-21
2 2
3NOTE: We are deprecating several collectors in this release. 3NOTE: We are deprecating several collectors in this release.
4 * `gmond` - Out of scope. 4 * `gmond` - Out of scope.
5 * `megacli` - Requires forking, to be moved to textfile collection. 5 * `megacli` - Requires forking, to be moved to textfile collection.
6 * `ntp` - Out of scope. 6 * `ntp` - Out of scope.
7 7
8Breaking changes:
9 * Collector errors are now a separate metric, `node_scrape_collector_success`, not a label on `node_exporter_scrape_duration_seconds` (#516)
10
11* [CHANGE] Report collector success/failure as a bool metric, not a label. #516
8* [FEATURE] Add loadavg collector for Solaris #311 12* [FEATURE] Add loadavg collector for Solaris #311
9* [FEATURE] Add StorCli text collector example script #320 13* [FEATURE] Add StorCli text collector example script #320
10* [FEATURE] Add collector for Linux EDAC #324 14* [FEATURE] Add collector for Linux EDAC #324
@@ -34,6 +38,7 @@ NOTE: We are deprecating several collectors in this release.
34* [BUGFIX] Check for errors in netdev scanner #398 38* [BUGFIX] Check for errors in netdev scanner #398
35* [BUGFIX] Don't leak or race in FreeBSD devstat collector #396 39* [BUGFIX] Don't leak or race in FreeBSD devstat collector #396
36* [BUGFIX] Allow graceful failure in hwmon collector #427 40* [BUGFIX] Allow graceful failure in hwmon collector #427
41* [BUGFIX] Fix the reporting of active+total disk metrics for inactive raids. #522
37 42
38## v0.13.0 / 2016-11-26 43## v0.13.0 / 2016-11-26
39 44
diff --git a/VERSION b/VERSION
index 38d7ce4..a803cc2 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
0.14.0-rc.2 0.14.0