mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-12 06:17:27 -08:00
build: turn on stringlabels by default
This setting uses less memory, and was optional in previous release 2.43. Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
This commit is contained in:
parent
8bfd162198
commit
6b25e9a923
|
@ -14,8 +14,10 @@ build:
|
||||||
all:
|
all:
|
||||||
- netgo
|
- netgo
|
||||||
- builtinassets
|
- builtinassets
|
||||||
|
- stringlabels
|
||||||
windows:
|
windows:
|
||||||
- builtinassets
|
- builtinassets
|
||||||
|
- stringlabels
|
||||||
flags: -a
|
flags: -a
|
||||||
ldflags: |
|
ldflags: |
|
||||||
-X github.com/prometheus/common/version.Version={{.Version}}
|
-X github.com/prometheus/common/version.Version={{.Version}}
|
||||||
|
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
## 2.44.0-rc.0 / 2023-04-22
|
## 2.44.0-rc.0 / 2023-04-22
|
||||||
|
|
||||||
|
This version is built with Go tag `stringlabels`, to use the smaller data
|
||||||
|
structure for Labels that was optional in the previous release. For more
|
||||||
|
details about this code change see #10991.
|
||||||
|
|
||||||
* [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
|
||||||
|
|
Loading…
Reference in a new issue