@prometheus-io/lezer-promql 0.42.0-rc.0 → 0.42.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 +13 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 2.42.0
|
|
3
|
+
## 2.42.0 / 2023-01-31
|
|
4
4
|
|
|
5
|
+
This release comes with a bunch of feature coverage for native histograms and breaking changes.
|
|
6
|
+
|
|
7
|
+
If you are trying native histograms already, we recommend you remove the `wal` directory when upgrading.
|
|
8
|
+
Because the old WAL record for native histograms is not backward compatible in v2.42.0, this will lead to some data loss for the latest data.
|
|
9
|
+
|
|
10
|
+
Additionally, if you scrape "float histograms" or use recording rules on native histograms in v2.42.0 (which writes float histograms),
|
|
11
|
+
it is a one-way street since older versions do not support float histograms.
|
|
12
|
+
|
|
13
|
+
* [CHANGE] **breaking** TSDB: Changed WAL record format for the experimental native histograms. #11783
|
|
5
14
|
* [FEATURE] Add 'keep_firing_for' field to alerting rules. #11827
|
|
6
15
|
* [FEATURE] Promtool: Add support of selecting timeseries for TSDB dump. #11872
|
|
7
16
|
* [ENHANCEMENT] Agent: Native histogram support. #11842
|
|
8
|
-
* [ENHANCEMENT]
|
|
17
|
+
* [ENHANCEMENT] Rules: Support native histograms in recording rules. #11838
|
|
9
18
|
* [ENHANCEMENT] SD: Add container ID as a meta label for pod targets for Kubernetes. #11844
|
|
10
19
|
* [ENHANCEMENT] SD: Add VM size label to azure service discovery. #11650
|
|
11
20
|
* [ENHANCEMENT] Support native histograms in federation. #11830
|
|
12
|
-
* [ENHANCEMENT] TSDB: Add gauge histogram support. #11783 #11840
|
|
13
|
-
* [ENHANCEMENT] TSDB: Support FloatHistogram. #11522 #11817
|
|
21
|
+
* [ENHANCEMENT] TSDB: Add gauge histogram support. #11783 #11840 #11814
|
|
22
|
+
* [ENHANCEMENT] TSDB/Scrape: Support FloatHistogram that represents buckets as float64 values. #11522 #11817 #11716
|
|
14
23
|
* [ENHANCEMENT] UI: Show individual scrape pools on /targets page. #11142
|
|
15
24
|
|
|
16
25
|
## 2.41.0 / 2022-12-20
|