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
Ruler: Report wider range of errors from remote rule evaluation queries. (#2143)
The `cortex_ruler_queries_failed_total` metric should increment whenever a
rule evaluation query fails. Before this change, errors would be ignored
unless they are specifically of type`httpgrpc`. This means that many errors
get lost, for example, connectivity errors coming from gRPC.
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
@@ -38,7 +38,7 @@
38
38
*[BUGFIX] Ring: fix bug where instances may appear unhealthy in the hash ring web UI even though they are not. #1933
39
39
*[BUGFIX] API: gzip is now enforced when identity encoding is explicitly rejected. #1864
40
40
*[BUGFIX] Fix panic at startup when Mimir is running in monolithic mode and query sharding is enabled. #2036
41
-
*[BUGFIX] Ruler: report failed evaluation metric for any 5xx status code returned by the query-frontend when remote operational mode is enabled. #2053
41
+
*[BUGFIX] Ruler: report `cortex_ruler_queries_failed_total`metric for any remote query error except 4xx when remote operational mode is enabled. #2053#2143
42
42
*[BUGFIX] Ingester: fix slow rollout when using `-ingester.ring.unregister-on-shutdown=false` with long `-ingester.ring.heartbeat-period`. #2085
43
43
*[BUGFIX] Ruler: add timeout for remote rule evaluation queries to prevent rule group evaluations getting stuck indefinitely. The duration is configurable with (`-ruler.query-frontend.timeout` (default `2m`). #2090
44
44
*[BUGFIX] Limits: Active series custom tracker configuration has been named back from `active_series_custom_trackers_config` to `active_series_custom_trackers`. For backwards compatibility both version is going to be supported for until Mimir v2.4. When both fields are specified, `active_series_custom_trackers_config` takes precedence over `active_series_custom_trackers`. #2101
0 commit comments