mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-09 23:24:05 -08:00
CHANGELOG: add note encouraging use of keep_dropped_targets
Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
parent
cebdc90f23
commit
a9a5de825c
|
@ -2,6 +2,11 @@
|
|||
|
||||
## 2.47.0-rc.0 / 2023-08-25
|
||||
|
||||
This release adds an experimental OpenTelemetry (OTLP) Ingestion feature,
|
||||
and also new setting `keep_dropped_targets` to limit the amount of dropped
|
||||
targets held in memory. This defaults to 0 meaning 'no limit', so we encourage
|
||||
users with large Prometheus to try setting a limit such as 100.
|
||||
|
||||
* [FEATURE] Web: Add OpenTelemetry (OTLP) Ingestion endpoint. #12571 #12643
|
||||
* [FEATURE] Scraping: Optionally limit detail on dropped targets, to save memory. #12647
|
||||
* [ENHANCEMENT] TSDB: Write head chunks to disk in the background to reduce blocking. #11818
|
||||
|
|
Loading…
Reference in a new issue