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
fix: alertmanager user config disappearing when ring is unreachable (#7372)
* Fix multitenant alertmanager user config disappearing when ring is unreachable
Signed-off-by: Kishore K G <kishorekg@google.com>
* Add change log
Signed-off-by: Kishore K G <kishorekg@google.com>
* format multitenant
Signed-off-by: Kishore K G <kishorekg@google.com>
* fix pr number
Signed-off-by: Kishore K G <kishorekg@google.com>
* use ErrNotFound for error validation in unit test
Signed-off-by: kishorekg1999 <kishorekg.github@gmail.com>
---------
Signed-off-by: Kishore K G <kishorekg@google.com>
Signed-off-by: kishorekg1999 <kishorekg@google.com>
Signed-off-by: kishorekg1999 <kishorekg.github@gmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
*[ENHANCEMENT] Cache: Add per-tenant TTL configuration for query results cache to control cache expiration on a per-tenant basis with separate TTLs for regular and out-of-order data. #7357
6
6
*[ENHANCEMENT] Tenant Federation: Add a local cache to regex resolver. #7363
7
7
*[ENHANCEMENT] Query Scheduler: Add `cortex_query_scheduler_tracked_requests` metric to track the current number of requests held by the scheduler. #7355
8
+
*[BUGFIX] Alertmanager: Fix disappearing user config and state when ring is temporarily unreachable. #7372
8
9
*[BUGFIX] Fix nil when ingester_query_max_attempts > 1. #7369
9
10
*[BUGFIX] Metrics Helper: Fix non-deterministic bucket order in merged histograms by sorting buckets after map iteration, matching Prometheus client library behavior. #7380
0 commit comments