File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 1.9.0 / 2024-06-06
2+
3+ * [ CHANGE] Command line: Print --version to stdout, not stderr. #651
4+ * [ FEATURE] UI: Support native histograms. #596
5+ * [ ENHANCEMENT] Log when liveness probes fail due to full write queue. #645
6+ * [ BUGFIX] Update dependencies to pull in possibly relevant bugfixes.
7+
18## 1.8.0 / 2024-04-03
29
310* [ FEATURE] API: Support native histograms in api/v1/metrics. #611
Original file line number Diff line number Diff line change 1- 1.8 .0
1+ 1.9 .0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
1010 github.com/matttproud/golang_protobuf_extensions v1.0.4
1111 github.com/prometheus/client_golang v1.19.1
1212 github.com/prometheus/client_model v0.6.1
13- github.com/prometheus/common v0.53 .0
13+ github.com/prometheus/common v0.54 .0
1414 github.com/prometheus/exporter-toolkit v0.11.0
1515 github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92
1616 google.golang.org/protobuf v1.34.1
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ github.com/prometheus/client_golang v1.19.1 h1:wZWJDwK+NameRJuPGDhlnFgx8e8HN3XHQ
4242github.com/prometheus/client_golang v1.19.1 /go.mod h1:mP78NwGzrVks5S2H6ab8+ZZGJLZUq1hoULYBAYBw1Ho =
4343github.com/prometheus/client_model v0.6.1 h1:ZKSh/rekM+n3CeS952MLRAdFwIKqeY8b62p8ais2e9E =
4444github.com/prometheus/client_model v0.6.1 /go.mod h1:OrxVMOVHjw3lKMa8+x6HeMGkHMQyHDk9E3jmP2AmGiY =
45- github.com/prometheus/common v0.53 .0 h1:U2pL9w9nmJwJDa4qqLQ3ZaePJ6ZTwt7cMD3AG3+aLCE =
46- github.com/prometheus/common v0.53 .0 /go.mod h1:BrxBKv3FWBIGXw89Mg1AeBq7FSyRzXWI3l3e7W3RN5U =
45+ github.com/prometheus/common v0.54 .0 h1:ZlZy0BgJhTwVZUn7dLOkwCZHUkrAqd3WYtcFCWnM1D8 =
46+ github.com/prometheus/common v0.54 .0 /go.mod h1:/TQgMJP5CuVYveyT7n/0Ix8yLNNXy9yRSkhnLTHPDIQ =
4747github.com/prometheus/exporter-toolkit v0.11.0 h1:yNTsuZ0aNCNFQ3aFTD2uhPOvr4iD7fdBvKPAEGkNf+g =
4848github.com/prometheus/exporter-toolkit v0.11.0 /go.mod h1:BVnENhnNecpwoTLiABx7mrPB/OLRIgN74qlQbV+FK1Q =
4949github.com/prometheus/procfs v0.12.0 h1:jluTpSng7V9hY0O2R9DzzJHYb2xULk9VTR1V1R/k6Bo =
You can’t perform that action at this time.
0 commit comments