File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.8.0 / 2016-08-17
2
+ * [ CHANGE] Registry is doing more consistency checks. This might break
3
+ existing setups that used to export inconsistent metrics.
4
+ * [ CHANGE] Pushing to Pushgateway moved to package ` push ` and changed to allow
5
+ arbitrary grouping.
6
+ * [ CHANGE] Removed ` SelfCollector ` .
7
+ * [ CHANGE] Removed ` PanicOnCollectError ` and ` EnableCollectChecks ` methods.
8
+ * [ CHANGE] Moved packages to the prometheus/common repo: ` text ` , ` model ` ,
9
+ ` extraction ` .
10
+ * [ CHANGE] Deprecated a number of functions.
11
+ * [ FEATURE] Allow custom registries. Added ` Registerer ` and ` Gatherer `
12
+ interfaces.
13
+ * [ FEATURE] Separated HTTP exposition, allowing custom HTTP handlers (package
14
+ ` promhttp ` ) and enabling the creation of other exposition mechanisms.
15
+ * [ FEATURE] ` MustRegister ` is variadic now, allowing registration of many
16
+ collectors in one call.
17
+ * [ FEATURE] Added HTTP API v1 package.
18
+ * [ ENHANCEMENT] Numerous documentation improvements.
19
+ * [ ENHANCEMENT] Improved metric sorting.
20
+ * [ ENHANCEMENT] Inlined fnv64a hashing for improved performance.
21
+ * [ ENHANCEMENT] Several test improvements.
22
+ * [ BUGFIX] Handle collisions in MetricVec.
23
+
1
24
## 0.7.0 / 2015-07-27
2
25
* [ CHANGE] Rename ExporterLabelPrefix to ExportedLabelPrefix.
3
26
* [ BUGFIX] Closed gaps in metric consistency check.
Original file line number Diff line number Diff line change 1
- 0.7 .0
1
+ 0.8 .0
You can’t perform that action at this time.
0 commit comments