Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 4fe3501

Browse files
committed
Use the right metric
Signed-off-by: Goutham Veeramachaneni <[email protected]>
1 parent 131bb26 commit 4fe3501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-mixin/alerts/compactor.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
alert: 'CortexCompactorHasNotSuccessfullyRunCompaction',
2323
'for': '1h',
2424
expr: |||
25-
time() - cortex_compactor_block_cleanup_last_successful_run_timestamp_seconds > 60 * 60 * 6
25+
time() - cortex_compactor_last_successful_run_timestamp_seconds > 60 * 60 * 6
2626
|||,
2727
labels: {
2828
severity: 'critical',

0 commit comments

Comments
 (0)