@prometheus-io/lezer-promql 0.43.0-rc.0 → 0.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 2.43.0
|
|
3
|
+
## 2.43.0 / 2023-03-21
|
|
4
4
|
|
|
5
5
|
We are working on some performance improvements in Prometheus, which are only
|
|
6
6
|
built into Prometheus when compiling it using the Go tag `stringlabels`
|
|
@@ -8,9 +8,9 @@ built into Prometheus when compiling it using the Go tag `stringlabels`
|
|
|
8
8
|
structure for labels that uses a single string to hold all the label/values,
|
|
9
9
|
resulting in a smaller heap size and some speedups in most cases. We would like
|
|
10
10
|
to encourage users who are interested in these improvements to help us measure
|
|
11
|
-
the gains on their production architecture.
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
the gains on their production architecture. We are providing release artefacts
|
|
12
|
+
`2.43.0+stringlabels` and Docker images tagged `v2.43.0-stringlabels` with those
|
|
13
|
+
improvements for testing. #10991
|
|
14
14
|
|
|
15
15
|
* [FEATURE] Promtool: Add HTTP client configuration to query commands. #11487
|
|
16
16
|
* [FEATURE] Scrape: Add `include_scrape_configs` to include scrape configs from different files. #12019
|