We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63acb00 commit 97d2bf5Copy full SHA for 97d2bf5
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## 0.4.0 / 2015-04-08
2
+* [CHANGE] Return NaN when Summaries have no observations yet.
3
+* [BUGFIX] Properly handle Summary decay upon Write().
4
+* [BUGFIX] Fix the documentation link to the consumption library.
5
+* [FEATURE] Allow the metric family injection hook to merge with existing
6
+ metric families.
7
+* [ENHANCEMENT] Removed cgo dependency and conditional compilation of procfs.
8
+* [MAINTENANCE] Adjusted to changes in matttproud/golang_protobuf_extensions.
9
+
10
## 0.3.2 / 2015-03-11
11
* [BUGFIX] Fixed the receiver type of COWMetric.Set(). This method is
12
only used by the Prometheus server internally.
VERSION
@@ -1 +1 @@
-0.3.2
+0.4.0
0 commit comments