@prometheus-io/lezer-promql 0.51.1 → 0.52.0-rc.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 +37 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,42 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## unreleased
|
|
4
|
+
|
|
5
|
+
## 2.52.0-rc.0 / 2024-04-22
|
|
6
|
+
|
|
7
|
+
* [CHANGE] TSDB: Fix the predicate checking for blocks which are beyond the retention period to include the ones right at the retention boundary. #9633
|
|
8
|
+
* [FEATURE] Kubernetes SD: Add a new metric `prometheus_sd_kubernetes_failures_total` to track failed requests to Kubernetes API. #13554
|
|
9
|
+
* [FEATURE] Kubernetes SD: Add node and zone metadata labels when using the endpointslice role. #13935
|
|
10
|
+
* [FEATURE] Azure SD/Remote Write: Allow usage of Azure authorization SDK. #13099
|
|
11
|
+
* [FEATURE] Alerting: Support native histogram templating. #13731
|
|
12
|
+
* [FEATURE] Linode SD: Support IPv6 range discovery and region filtering. #13774
|
|
13
|
+
* [ENHANCEMENT] PromQL: Performance improvements for queries with regex matchers. #13461
|
|
14
|
+
* [ENHANCEMENT] PromQL: Performance improvements when using aggregation operators. #13744
|
|
15
|
+
* [ENHANCEMENT] PromQL: Validate label_join destination label. #13803
|
|
16
|
+
* [ENHANCEMENT] Scrape: Increment `prometheus_target_scrapes_sample_duplicate_timestamp_total` metric on duplicated series during one scrape. #12933
|
|
17
|
+
* [ENHANCEMENT] TSDB: Many improvements in performance. #13742 #13673 #13782
|
|
18
|
+
* [ENHANCEMENT] TSDB: Pause regular block compactions if the head needs to be compacted (prioritize head as it increases memory consumption). #13754
|
|
19
|
+
* [ENHANCEMENT] Observability: Improved logging during signal handling termination. #13772
|
|
20
|
+
* [ENHANCEMENT] Observability: All log lines for drop series use "num_dropped" key consistently. #13823
|
|
21
|
+
* [ENHANCEMENT] Observability: Log chunk snapshot and mmaped chunk replay duration during WAL replay. #13838
|
|
22
|
+
* [ENHANCEMENT] Observability: Log if the block is being created from WBL during compaction. #13846
|
|
23
|
+
* [BUGFIX] PromQL: Fix inaccurate sample number statistic when querying histograms. #13667
|
|
24
|
+
* [BUGFIX] PromQL: Fix `histogram_stddev` and `histogram_stdvar` for cases where the histogram has negative buckets. #13852
|
|
25
|
+
* [BUGFIX] PromQL: Fix possible duplicated label name and values in a metric result for specific queries. #13845
|
|
26
|
+
* [BUGFIX] Scrape: Fix setting native histogram schema factor during scrape. #13846
|
|
27
|
+
* [BUGFIX] TSDB: Fix counting of histogram samples when creating WAL checkpoint stats. #13776
|
|
28
|
+
* [BUGFIX] TSDB: Fix cases of compacting empty heads. #13755
|
|
29
|
+
* [BUGFIX] TSDB: Count float histograms in WAL checkpoint. #13844
|
|
30
|
+
* [BUGFIX] Remote Read: Fix memory leak due to broken requests. #13777
|
|
31
|
+
* [BUGFIX] API: Stop building response for `/api/v1/series/` when the API request was cancelled. #13766
|
|
32
|
+
* [BUGFIX] promtool: Fix panic on `promtool tsdb analyze --extended` when no native histograms are present. #13976
|
|
33
|
+
|
|
34
|
+
## 2.51.2 / 2024-04-09
|
|
35
|
+
|
|
36
|
+
Bugfix release.
|
|
37
|
+
|
|
38
|
+
[BUGFIX] Notifier: could hang when using relabeling on alerts #13861
|
|
39
|
+
|
|
3
40
|
## 2.51.1 / 2024-03-27
|
|
4
41
|
|
|
5
42
|
Bugfix release.
|