File tree Expand file tree Collapse file tree 4 files changed +18
-10
lines changed Expand file tree Collapse file tree 4 files changed +18
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.9.2 / 2018-12-06
2
+ * [ FEATURE] Support for Go modules. #501
3
+ * [ FEATURE] ` Timer.ObserveDuration ` returns observed duration. #509
4
+ * [ ENHANCEMENT] Improved doc comments and error messages. #504
5
+ * [ BUGFIX] Fix race condition during metrics gathering. #512
6
+ * [ BUGFIX] Fix testutil metric comparison for Histograms and empty labels. #494
7
+ #498
8
+
1
9
## 0.9.1 / 2018-11-03
2
10
* [ FEATURE] Add ` WriteToTextfile ` function to facilitate the creation of
3
11
* .prom files for the textfile collector of the node exporter. #489
Original file line number Diff line number Diff line change 1
- 0.9.1
1
+ 0.9.2
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ require (
5
5
github.com/golang/protobuf v1.2.0
6
6
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
7
7
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
8
- github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce
9
- github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d
10
- golang.org/x/net v0.0.0-20181114220301-adae6a3d119a
8
+ github.com/prometheus/common v0.0.0-20181126121408-4724e9255275
9
+ github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a
10
+ golang.org/x/net v0.0.0-20181201002055-351d144fa1fc
11
11
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f // indirect
12
12
)
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0j
6
6
github.com/matttproud/golang_protobuf_extensions v1.0.1 /go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0 =
7
7
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 h1:idejC8f05m9MGOsuEi1ATq9shN03HrxNkD/luQvxCv8 =
8
8
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910 /go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo =
9
- github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce h1:X0jFYGnHemYDIW6jlc+fSI8f9Cg+jqCnClYP2WgZT/A =
10
- github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce /go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro =
11
- github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d h1:GoAlyOgbOEIFdaDqxJVlbOQ1DtGmZWs/Qau0hIlk+WQ =
12
- github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d /go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk =
13
- golang.org/x/net v0.0.0-20181114220301-adae6a3d119a h1:gOpx8G595UYyvj8UK4+OFyY4rx037g3fmfhe5SasG3U =
14
- golang.org/x/net v0.0.0-20181114220301-adae6a3d119a /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
9
+ github.com/prometheus/common v0.0.0-20181126121408-4724e9255275 h1:PnBWHBf+6L0jOqq0gIVUe6Yk0/QMZ640k6NvkxcBf+8 =
10
+ github.com/prometheus/common v0.0.0-20181126121408-4724e9255275 /go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro =
11
+ github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a h1:9a8MnZMP0X2nLJdBg+pBmGgkJlSaKC2KaQmTCk1XDtE =
12
+ github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a /go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk =
13
+ golang.org/x/net v0.0.0-20181201002055-351d144fa1fc h1:a3CU5tJYVj92DY2LaA1kUkrsqD5/3mLDhx2NcNqyW+0 =
14
+ golang.org/x/net v0.0.0-20181201002055-351d144fa1fc /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
15
15
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f h1:Bl/8QSvNqXvPGPGXa2z5xUTmV7VDcZyvRZ+QQXkXTZQ =
16
16
golang.org/x/sync v0.0.0-20181108010431-42b317875d0f /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
You can’t perform that action at this time.
0 commit comments