Skip to content

Commit 9972e69

Browse files
authored
Cut v2.23.0-rc.0 (prometheus#8206)
Signed-off-by: Ganesh Vernekar <[email protected]>
1 parent c8f8100 commit 9972e69

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## 2.23.0-rc.0 / 2020-11-23
2+
3+
* [CHANGE] UI: Make the React UI default. #8142
4+
* [CHANGE] Remote write: The following metrics were removed/renamed in remote write. #6815
5+
- `prometheus_remote_storage_succeeded_samples_total` was removed and `prometheus_remote_storage_samples_total` was introduced for all the samples attempted to send.
6+
- `prometheus_remote_storage_sent_bytes_total` was removed and replaced with `prometheus_remote_storage_samples_bytes_total` and `prometheus_remote_storage_metadata_bytes_total`.
7+
- `prometheus_remote_storage_failed_samples_total` -> `prometheus_remote_storage_samples_failed_total` .
8+
- `prometheus_remote_storage_retried_samples_total` -> `prometheus_remote_storage_samples_retried_total`.
9+
- `prometheus_remote_storage_dropped_samples_total` -> `prometheus_remote_storage_samples_dropped_total`.
10+
- `prometheus_remote_storage_pending_samples` -> `prometheus_remote_storage_samples_pending`.
11+
* [CHANGE] Remote: Do not collect non-initialized timestamp metrics. #8060
12+
* [FEATURE] [EXPERIMENTAL] Remote write: Allow metric metadata to be propagated via remote write. The following new metrics were introduced: `prometheus_remote_storage_metadata_total`, `prometheus_remote_storage_metadata_failed_total`, `prometheus_remote_storage_metadata_retried_total`, `prometheus_remote_storage_metadata_bytes_total`. #6815
13+
* [ENHANCEMENT] Remote write: Added a metric `prometheus_remote_storage_max_samples_per_send` for remote write. #8102
14+
* [ENHANCEMENT] TSDB: Make the snapshot directory name always the same length. #8138
15+
* [ENHANCEMENT] TSDB: Create a checkpoint only once at the end of all head compactions. #8067
16+
* [ENHANCEMENT] TSDB: Avoid Series API from hitting the chunks. #8050
17+
* [ENHANCEMENT] TSDB: Cache label name and last value when adding series during compactions making compactions faster. #8192
18+
* [ENHANCEMENT] PromQL: Improved performance of Hash method making queries a bit faster. #8025
19+
* [ENHANCEMENT] promtool: `tsdb list` now prints block sizes. #7993
20+
* [ENHANCEMENT] promtool: Calculate mint and maxt per test avoiding unnecessary calculations. #8096
21+
* [ENHANCEMENT] SD: Add filtering of services to Docker Swarm SD. #8074
22+
* [BUGFIX] React UI: Fix button display when there are no panels. #8155
23+
* [BUGFIX] PromQL: Fix timestamp() method for vector selector inside parenthesis. #8164
24+
* [BUGFIX] PromQL: Don't include rendered expression on PromQL parse errors. #8177
25+
* [BUGFIX] web: Fix panic with double close() of channel on calling `/-/quit/`. #8166
26+
* [BUGFIX] TSDB: Fixed WAL corruption on partial writes within a page causing `invalid checksum` error on WAL replay. #8125
27+
* [BUGFIX] Update config metrics `prometheus_config_last_reload_successful` and `prometheus_config_last_reload_success_timestamp_seconds` right after initial validation before starting TSDB.
28+
* [BUGFIX] promtool: Correctly detect duplicate label names in exposition.
29+
130
## 2.22.2 / 2020-11-16
231

332
* [BUGFIX] Fix race condition in syncing/stopping/reloading scrapers. #8176

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.22.2
1+
2.23.0-rc.0

0 commit comments

Comments
 (0)