@prometheus-io/lezer-promql 0.53.0 → 0.53.1
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 +8 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
## unreleased
|
|
4
4
|
|
|
5
|
+
## 2.53.1 / 2024-07-10
|
|
6
|
+
|
|
7
|
+
Fix a bug which would drop samples in remote-write if the sending flow stalled
|
|
8
|
+
for longer than it takes to write one "WAL segment". How long this takes depends on the size
|
|
9
|
+
of your Prometheus; as a rough guide with 10 million series it is about 2-3 minutes.
|
|
10
|
+
|
|
11
|
+
* [BUGFIX] Remote-write: stop dropping samples in catch-up #14446
|
|
12
|
+
|
|
5
13
|
## 2.53.0 / 2024-06-16
|
|
6
14
|
|
|
7
15
|
This release changes the default for GOGC, the Go runtime control for the trade-off between excess memory use and CPU usage. We have found that Prometheus operates with minimal additional CPU usage, but greatly reduced memory by adjusting the upstream Go default from 100 to 75.
|