You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 13, 2019. It is now read-only.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
## Master / unreleased
2
2
3
+
## 0.9.1
4
+
5
+
-[CHANGE] LiveReader metrics are now injected rather than global.
6
+
3
7
## 0.9.0
4
8
5
9
-[FEATURE] Provide option to compress WAL records using Snappy. [#609](https://github.com/prometheus/tsdb/pull/609)
@@ -9,7 +13,7 @@
9
13
-[BUGFIX]`prometheus_tsdb_compactions_failed_total` is now incremented on any compaction failure.
10
14
-[CHANGE] The meta file `BlockStats` no longer holds size information. This is now dynamically calculated and kept in memory. It also includes the meta file size which was not included before.
11
15
-[CHANGE] Create new clean segment when starting the WAL.
12
-
-[CHANGE] Renamed metric from `prometheus_tsdb_wal_reader_corruption_errors` to `prometheus_tsdb_wal_reader_corruption_errors_total`
16
+
-[CHANGE] Renamed metric from `prometheus_tsdb_wal_reader_corruption_errors` to `prometheus_tsdb_wal_reader_corruption_errors_total`.
13
17
-[ENHANCEMENT] Improved atomicity of .tmp block replacement during compaction for usual case.
0 commit comments