You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,12 @@ As is traditional with a beta release, we do **not** recommend users install 3.0
51
51
*[CHANGE] Remove deprecated `remote-write-receiver`,`promql-at-modifier`, and `promql-negative-offset` feature flags. #13456, #14526
52
52
*[CHANGE] Remove deprecated `storage.tsdb.allow-overlapping-blocks`, `alertmanager.timeout`, and `storage.tsdb.retention` flags. #14640, #14643
53
53
*[ENHANCEMENT] Move AM discovery page from "Monitoring status" to "Server status". #14875
54
+
*[FEATURE] Support config reload automatically - feature flag `auto-reload-config`. #14769
54
55
*[BUGFIX] Scrape: Do not override target parameter labels with config params. #11029
55
56
56
57
## 2.55.0-rc.0 / 2024-09-20
57
58
58
59
*[FEATURE] Support UTF-8 characters in label names - feature flag `utf8-names`. #14482, #14880, #14736, #14727
59
-
*[FEATURE] Support config reload automatically - feature flag `auto-reload-config`. #14769
60
60
*[FEATURE] Scraping: Add the ability to set custom `http_headers` in config. #14817
61
61
*[FEATURE] Scraping: Support feature flag `created-timestamp-zero-ingestion` in OpenMetrics. #14356, #14815
62
62
*[FEATURE] Scraping: `scrape_failure_log_file` option to log failures to a file. #14734
@@ -69,7 +69,7 @@ As is traditional with a beta release, we do **not** recommend users install 3.0
69
69
*[ENHANCEMENT] Remote Read client: Enable streaming remote read if the server supports it. #11379
70
70
*[ENHANCEMENT] Remote-Write: Don't reshard if we haven't successfully sent a sample since last update. #14450
71
71
*[ENHANCEMENT] PromQL: Delay deletion of `__name__` label to the end of the query evaluation. This is **experimental** and enabled under the feature-flag `promql-delayed-name-removal`. #14477
72
-
*[ENHANCEMENT] PromQL: Experimental `sort_by_label` and `sort_by_label_desc` sort by all labels when label is equal. #14655
72
+
*[ENHANCEMENT] PromQL: Experimental `sort_by_label` and `sort_by_label_desc` sort by all labels when label is equal. #14655, #14985
73
73
*[ENHANCEMENT] PromQL: Clarify error message logged when Go runtime panic occurs during query evaluation. #14621
74
74
*[ENHANCEMENT] PromQL: Use Kahan summation for better accuracy in `avg` and `avg_over_time`. #14413
75
75
*[ENHANCEMENT] Tracing: Improve PromQL tracing, including showing the operation performed for aggregates, operators, and calls. #14816
0 commit comments