mirror of https://github.com/prometheus/prometheus
parent
7311ce3c00
commit
22eec4a390
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
* [CHANGE] Set the `GOMAXPROCS` variable automatically to match the Linux CPU quota. Use `--no-auto-gomaxprocs` to disable it. The `auto-gomaxprocs` feature flag was removed. #15376
|
* [CHANGE] Set the `GOMAXPROCS` variable automatically to match the Linux CPU quota. Use `--no-auto-gomaxprocs` to disable it. The `auto-gomaxprocs` feature flag was removed. #15376
|
||||||
* [CHANGE] Set the `GOMEMLIMIT` variable automatically to match the Linux container memory limit. Use `--no-auto-gomemlimit` to disable it. The `auto-gomemlimit` feature flag was removed. #15373
|
* [CHANGE] Set the `GOMEMLIMIT` variable automatically to match the Linux container memory limit. Use `--no-auto-gomemlimit` to disable it. The `auto-gomemlimit` feature flag was removed. #15373
|
||||||
|
* [FEATURE] OTLP receiver: Ability to skip UTF-8 normalization using `otlp.translation_strategy = NoUTF8EscapingWithSuffixes` configuration option. #15384
|
||||||
* [BUGFIX] Scraping: Don't log errors on empty scrapes. #15357
|
* [BUGFIX] Scraping: Don't log errors on empty scrapes. #15357
|
||||||
* [BUGFIX] UI: fix selector / series formatting for empty metric names. #15341
|
* [BUGFIX] UI: fix selector / series formatting for empty metric names. #15341
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue