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
track oldest delete request age since their cancellation period is over (#2806)
* track oldest delete request age since their cancellation period is over
Signed-off-by: Sandeep Sukhani <[email protected]>
* update metric for oldest pending request and number of pending requests to 0 sooner
Signed-off-by: Sandeep Sukhani <[email protected]>
* changes suggested from PR review
Signed-off-by: Sandeep Sukhani <[email protected]>
* update changelog
Signed-off-by: Sandeep Sukhani <[email protected]>
* minor nits suggested in PR review
Signed-off-by: Sandeep Sukhani <[email protected]>
* Fixed flaky test
Signed-off-by: Marco Pracucci <[email protected]>
Co-authored-by: Marco Pracucci <[email protected]>
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
@@ -8,6 +8,7 @@
8
8
*`cortex_bucket_stores_gate_queries_in_flight`
9
9
*`cortex_bucket_stores_gate_duration_seconds`
10
10
*[CHANGE] Metric `cortex_ingester_flush_reasons` has been renamed to `cortex_ingester_series_flushed_total`, and is now incremented during flush, not when series is enqueued for flushing. #2802
11
+
*[CHANGE] Experimental Delete Series: Metric `cortex_purger_oldest_pending_delete_request_age_seconds` would track age of delete requests since they are over their cancellation period instead of their creation time. #2806
11
12
*[FEATURE] Introduced `ruler.for-outage-tolerance`, Max time to tolerate outage for restoring "for" state of alert. #2783
12
13
*[FEATURE] Introduced `ruler.for-grace-period`, Minimum duration between alert and restored "for" state. This is maintained only for alerts with configured "for" time greater than grace period. #2783
13
14
*[FEATURE] Introduced `ruler.resend-delay`, Minimum amount of time to wait before resending an alert to Alertmanager. #2783
0 commit comments