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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@
15
15
*[CHANGE] Config flag category overrides can be set dynamically at runtime. #1934
16
16
*[CHANGE] Ingester: deprecated `-ingester.ring.join-after`. Mimir now behaves as this setting is always set to 0s. This configuration option will be removed in Mimir 2.4.0. #1965
17
17
*[CHANGE] Blocks uploaded by ingester no longer contain `__org_id__` label. Compactor now ignores this label and will compact blocks with and without this label together. `mimirconvert` tool will remove the label from blocks as "unknown" label. #1972
18
-
*[CHANGE] Ruler: report failed evaluation metric for any 5xx status code returned by the query-frontend when remote operational mode is enabled. #2053
19
18
*[ENHANCEMENT] Distributor: Added limit to prevent tenants from sending excessive number of requests: #1843
20
19
* The following CLI flags (and their respective YAML config options) have been added:
21
20
*`-distributor.request-rate-limit`
@@ -34,6 +33,7 @@
34
33
*[BUGFIX] Ring: fix bug where instances may appear unhealthy in the hash ring web UI even though they are not. #1933
35
34
*[BUGFIX] API: gzip is now enforced when identity encoding is explicitly rejected. #1864
36
35
*[BUGFIX] Fix panic at startup when Mimir is running in monolithic mode and query sharding is enabled. #2036
36
+
*[BUGFIX] Ruler: report failed evaluation metric for any 5xx status code returned by the query-frontend when remote operational mode is enabled. #2053
0 commit comments