Skip to content

Commit 840ba5d

Browse files
authored
Merge pull request #521 from prometheus/bjk/0.14.0
Release v0.14.0
2 parents 57c5cab + 6c1a2bb commit 840ba5d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
## v0.14.0 / unreleased
1+
## v0.14.0 / 2017-03-21
22

33
NOTE: We are deprecating several collectors in this release.
44
* `gmond` - Out of scope.
55
* `megacli` - Requires forking, to be moved to textfile collection.
66
* `ntp` - Out of scope.
77

8+
Breaking 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
812
* [FEATURE] Add loadavg collector for Solaris #311
913
* [FEATURE] Add StorCli text collector example script #320
1014
* [FEATURE] Add collector for Linux EDAC #324
@@ -34,6 +38,7 @@ NOTE: We are deprecating several collectors in this release.
3438
* [BUGFIX] Check for errors in netdev scanner #398
3539
* [BUGFIX] Don't leak or race in FreeBSD devstat collector #396
3640
* [BUGFIX] Allow graceful failure in hwmon collector #427
41+
* [BUGFIX] Fix the reporting of active+total disk metrics for inactive raids. #522
3742

3843
## v0.13.0 / 2016-11-26
3944

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.14.0-rc.2
1+
0.14.0

0 commit comments

Comments
 (0)