@prometheus-io/lezer-promql 0.49.1 → 0.50.0-rc.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 +31 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.50.0-rc.1 / 2024-02-19
|
|
4
|
+
|
|
5
|
+
[BUGFIX] Azure SD: Fix SD crashing when it finds a VM scale set. #13578
|
|
6
|
+
|
|
7
|
+
## 2.50.0-rc.0 / 2024-02-07
|
|
8
|
+
|
|
9
|
+
* [CHANGE] Remote Write: Error `storage.ErrTooOldSample` is now generating HTTP error 400 instead of HTTP error 500. #13335
|
|
10
|
+
* [FEATURE] Remote Write: Drop old inmemory samples. Activated using the config entry `sample_age_limit`. #13002
|
|
11
|
+
* [FEATURE] **Experimental**: Add support for ingesting zeros as created timestamps. (enabled under the feature-flag `created-timestamp-zero-ingestion`). #12733 #13279
|
|
12
|
+
* [FEATURE] Promtool: Add `analyze` histograms command. #12331
|
|
13
|
+
* [FEATURE] TSDB/compaction: Add a way to enable overlapping compaction. #13282 #13393 #13398
|
|
14
|
+
* [FEATURE] Add automatic memory limit handling. Activated using the feature flag. `auto-gomemlimit` #13395
|
|
15
|
+
* [ENHANCEMENT] Promtool: allow specifying multiple matchers in `promtool tsdb dump`. #13296
|
|
16
|
+
* [ENHANCEMENT] PromQL: Restore more efficient version of `NewPossibleNonCounterInfo` annotation. #13022
|
|
17
|
+
* [ENHANCEMENT] Kuma SD: Extend configuration to allow users to specify client ID. #13278
|
|
18
|
+
* [ENHANCEMENT] PromQL: Use natural sort in `sort_by_label` and `sort_by_label_desc`. This is **experimental**. #13411
|
|
19
|
+
* [ENHANCEMENT] Native Histograms: support `native_histogram_min_bucket_factor` in scrape_config. #13222
|
|
20
|
+
* [ENHANCEMENT] Native Histograms: Issue warning if histogramRate is applied to the wrong kind of histogram. #13392
|
|
21
|
+
* [ENHANCEMENT] TSDB: Make transaction isolation data structures smaller. #13015
|
|
22
|
+
* [ENHANCEMENT] TSDB/postings: Optimize merge using Loser Tree. #12878
|
|
23
|
+
* [ENHANCEMENT] TSDB: Simplify internal series delete function. #13261
|
|
24
|
+
* [ENHANCEMENT] Agent: Performance improvement by making the global hash lookup table smaller. #13262
|
|
25
|
+
* [ENHANCEMENT] PromQL: faster execution of metric functions, e.g. abs(), rate() #13446
|
|
26
|
+
* [ENHANCEMENT] TSDB: Optimize label values with matchers by taking shortcuts. #13426
|
|
27
|
+
* [ENHANCEMENT] Kubernetes SD: Check preconditions earlier and avoid unnecessary checks or iterations in kube_sd. #13408
|
|
28
|
+
* [ENHANCEMENT] Promtool: Improve visibility for `promtool test rules` with JSON colored formatting. #13342
|
|
29
|
+
* [ENHANCEMENT] Consoles: Exclude iowait and steal from CPU Utilisation. #9593
|
|
30
|
+
* [ENHANCEMENT] Various improvements and optimizations on Native Histograms. #13267, #13215, #13276 #13289, #13340
|
|
31
|
+
* [BUGFIX] Scraping: Fix quality value in HTTP Accept header. #13313
|
|
32
|
+
* [BUGFIX] UI: Fix usage of the function `time()` that was crashing. #13371
|
|
33
|
+
|
|
3
34
|
## 2.49.1 / 2024-01-15
|
|
4
35
|
|
|
5
36
|
* [BUGFIX] TSDB: Fixed a wrong `q=` value in scrape accept header #13313
|