File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0 / 2015-02-23
2
+ * [ FEATURE] Introduce new Histagram metric type.
3
+ * [ CHANGE] Ignore process collector errors for now (better error handling
4
+ pending).
5
+ * [ CHANGE] Use clear error interface for process pidFn.
6
+ * [ BUGFIX] Fix Go download links for several archs and OSes.
7
+ * [ ENHANCEMENT] Massively improve Gauge and Counter performance.
8
+ * [ ENHANCEMENT] Catch illegal label names for summaries in histograms.
9
+ * [ ENHANCEMENT] Reduce allocations during fingerprinting.
10
+ * [ ENHANCEMENT] Remove cgo dependency. procfs package will only be included if
11
+ both cgo is available and the build is for an OS with procfs.
12
+ * [ CLEANUP] Clean up code style issues.
13
+ * [ CLEANUP] Mark slow test as such and exclude them from travis.
14
+ * [ CLEANUP] Update protobuf library package name.
15
+ * [ CLEANUP] Updated vendoring of beorn7/perks.
16
+
1
17
## 0.1.0 / 2015-02-02
2
18
* [ CLEANUP] Introduced semantic versioning and changelog. From now on,
3
19
changes will be reported in this file.
4
-
Original file line number Diff line number Diff line change 1
- 0.1 .0
1
+ 0.2 .0
You can’t perform that action at this time.
0 commit comments