mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
Review feedback - mostly capitalization
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
parent
aeccf9e770
commit
8bfd162198
24
CHANGELOG.md
24
CHANGELOG.md
|
@ -2,18 +2,18 @@
|
||||||
|
|
||||||
## 2.44.0-rc.0 / 2023-04-22
|
## 2.44.0-rc.0 / 2023-04-22
|
||||||
|
|
||||||
* [CHANGE] remote-write: raise default samples per send to 2,000. #12203
|
* [CHANGE] Remote-write: Raise default samples per send to 2,000. #12203
|
||||||
* [FEATURE] remote-read: handle native histograms. #12085, #12192
|
* [FEATURE] Remote-read: Handle native histograms. #12085, #12192
|
||||||
* [FEATURE] promtool: health and readiness check of prometheus server in CLI. #12096
|
* [FEATURE] Promtool: Health and readiness check of prometheus server in CLI. #12096
|
||||||
* [FEATURE] promql engine: add query_samples_total metric, the total number of samples loaded by all queries. #12251
|
* [FEATURE] PromQL: Add `query_samples_total` metric, the total number of samples loaded by all queries. #12251
|
||||||
* [ENHANCEMENT] scraping: reduce memory allocations on Target labels. #12084
|
* [ENHANCEMENT] Scrape: Reduce memory allocations on target labels. #12084
|
||||||
* [ENHANCEMENT] promql: use faster heap method for topk/bottomk. #12190
|
* [ENHANCEMENT] PromQL: Use faster heap method for `topk()` / `bottomk()`. #12190
|
||||||
* [ENHANCEMENT] rules API: Allow filtering by rule name. #12270
|
* [ENHANCEMENT] Rules API: Allow filtering by rule name. #12270
|
||||||
* [ENHANCEMENT] native histograms: various fixes and improvements. #11687, #12264, #12272
|
* [ENHANCEMENT] Native Histograms: Various fixes and improvements. #11687, #12264, #12272
|
||||||
* [ENHANCEMENT] ui: search of "Scrape Pools" is now case-insensitive. #12207
|
* [ENHANCEMENT] UI: Search of scraping pools is now case-insensitive. #12207
|
||||||
* [ENHANCEMENT] tsdb: add an affirmative log message for successful WAL repair. #12135
|
* [ENHANCEMENT] TSDB: Add an affirmative log message for successful WAL repair. #12135
|
||||||
* [BUGFIX] tsdb: block compaction failed when shutting down. #12179
|
* [BUGFIX] TSDB: Block compaction failed when shutting down. #12179
|
||||||
* [BUGFIX] tsdb: out-of-order chunks could be ignored if the write-behind log was deleted. #12127
|
* [BUGFIX] TSDB: Out-of-order chunks could be ignored if the write-behind log was deleted. #12127
|
||||||
|
|
||||||
## 2.43.0 / 2023-03-21
|
## 2.43.0 / 2023-03-21
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue