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

Commit 44abead

Browse files
authored
Make alert name consistent with others (#48)
Signed-off-by: Ganesh Vernekar <[email protected]>
1 parent 56cb5e3 commit 44abead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-mixin/alerts/alerts.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
},
241241
{
242242
// 2 or more failed checkpoint creation in 1h means something is wrong.
243-
alert: 'CortexCheckpointCreationFailing',
243+
alert: 'CortexCheckpointCreationFailed',
244244
expr: |||
245245
increase(cortex_ingester_checkpoint_creations_failed_total[1h]) > 1
246246
|||,

0 commit comments

Comments
 (0)