File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.0 / 2015-03-03
2
+ * [ CHANGE] Changed the fingerprinting for metrics. THIS WILL INVALIDATE ALL
3
+ PERSISTED FINGERPRINTS. IF YOU COMPILE THE PROMETHEUS SERVER WITH THIS
4
+ VERSION, YOU HAVE TO WIPE THE PREVIOUSLY CREATED STORAGE.
5
+ * [ CHANGE] LabelValuesToSignature removed. (Nobody had used it, and it was
6
+ arguably broken.)
7
+ * [ CHANGE] Vendored dependencies. Those are only used by the Makefile. If
8
+ client_golang is used as a library, the vendoring will stay out of your way.
9
+ * [ BUGFIX] Remove a weakness in the fingerprinting for metrics. (This made
10
+ the fingerprinting change above necessary.)
11
+ * [ FEATURE] Added new fingerprinting functions SignatureForLabels and
12
+ SignatureWithoutLabels to be used by the Prometheus server. These functions
13
+ require fewer allocations than the ones currently used by the server.
14
+
1
15
## 0.2.0 / 2015-02-23
2
16
* [ FEATURE] Introduce new Histagram metric type.
3
17
* [ CHANGE] Ignore process collector errors for now (better error handling
Original file line number Diff line number Diff line change 1
- 0.2 .0
1
+ 0.3 .0
You can’t perform that action at this time.
0 commit comments