Browse Source

Address feedback

Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
pull/12114/head
Julien Pivotto 2 years ago
parent
commit
031fc2dfb5
  1. 24
      CHANGELOG.md

24
CHANGELOG.md

@ -2,15 +2,15 @@
## 2.43.0-rc.0 / 2023-03-09 ## 2.43.0-rc.0 / 2023-03-09
We are working on some performance improvements in Prometheus, which are We are working on some performance improvements in Prometheus, which are only
available behind the go tag `stringlabels` (therefore are not shipped in the built into Prometheus when compiling it using the Go tag `stringlabels`
default binaries). It uses a data structure for labels that uses a single string (therefore they are not shipped in the default binaries). It uses a data
to hold all the label/values, resulting in a smaller heap size and some speedups structure for labels that uses a single string to hold all the label/values,
in most cases. We would like to encourage users who are interested in these resulting in a smaller heap size and some speedups in most cases. We would like
improvements to help us measure the gains on their production architecture. to encourage users who are interested in these improvements to help us measure
Building Prometheus from the source with the `stringlabels` go tag and providing the gains on their production architecture. Building Prometheus from source
feedback on its effectiveness in their specific use cases would be incredibly with the `stringlabels` Go tag and providing feedback on its effectiveness in
helpful to us. #10991 their specific use cases would be incredibly helpful to us. #10991
* [FEATURE] Promtool: Add HTTP client configuration to query commands. #11487 * [FEATURE] Promtool: Add HTTP client configuration to query commands. #11487
* [FEATURE] Scrape: Add `include_scrape_configs` to include scrape configs from different files. #12019 * [FEATURE] Scrape: Add `include_scrape_configs` to include scrape configs from different files. #12019
@ -21,11 +21,11 @@ helpful to us. #10991
* [ENHANCEMENT] Scrape: Allow exemplars for all metric types. #11984 * [ENHANCEMENT] Scrape: Allow exemplars for all metric types. #11984
* [ENHANCEMENT] TSDB: Add metrics for head chunks and WAL folders size. #12013 * [ENHANCEMENT] TSDB: Add metrics for head chunks and WAL folders size. #12013
* [ENHANCEMENT] TSDB: Automatically remove incorrect snapshot with index that is ahead of WAL. #11859 * [ENHANCEMENT] TSDB: Automatically remove incorrect snapshot with index that is ahead of WAL. #11859
* [ENHANCEMENT] TSDB: Improve Prometheus parser error outputs to be more comprehensive. #11682 * [ENHANCEMENT] TSDB: Improve Prometheus parser error outputs to be more comprehensible. #11682
* [ENHANCEMENT] UI: Scope `group by` labels to metric in autocompletion. #11914 * [ENHANCEMENT] UI: Scope `group by` labels to metric in autocompletion. #11914
* [BUGFIX] Scrape: Fix `prometheus_target_scrape_pool_target_limit` metric not set before reloading. #12002 * [BUGFIX] Scrape: Fix `prometheus_target_scrape_pool_target_limit` metric not set before reloading. #12002
* [BUGFIX] TSDB: Correctly update chunks removed and chunks metrics when reading WAL. #11858 * [BUGFIX] TSDB: Correctly update `prometheus_tsdb_head_chunks_removed_total` and `prometheus_tsdb_head_chunks` metrics when reading WAL. #11858
* [BUGFIX] TSDB: Observe delta in seconds `prometheus_tsdb_sample_ooo_delta`. #12004 * [BUGFIX] TSDB: Use the correct unit (seconds) when recording out-of-order append deltas in the `prometheus_tsdb_sample_ooo_delta` metric. #12004
## 2.42.0 / 2023-01-31 ## 2.42.0 / 2023-01-31

Loading…
Cancel
Save