1
0
mirror of https://github.com/grafana/tempo.git synced 2025-03-15 09:20:00 +00:00

Increase length of time compactions have to fail ()

* increase length of time compactions have to fail

Signed-off-by: Joe Elliott <number101010@gmail.com>

* gen

Signed-off-by: Joe Elliott <number101010@gmail.com>

---------

Signed-off-by: Joe Elliott <number101010@gmail.com>
This commit is contained in:
Joe Elliott
2024-11-12 13:25:41 -05:00
committed by GitHub
parent 2bc0b62c91
commit 29dbbd28f3
2 changed files with 2 additions and 2 deletions
operations
tempo-mixin-compiled
tempo-mixin

@ -36,7 +36,7 @@
"expr": |
sum by (cluster, namespace) (increase(tempodb_compaction_errors_total{}[1h])) > 2 and
sum by (cluster, namespace) (increase(tempodb_compaction_errors_total{}[5m])) > 0
"for": "5m"
"for": "1h"
"labels":
"severity": "critical"
- "alert": "TempoIngesterFlushesUnhealthy"

@ -50,7 +50,7 @@
},
{
alert: 'TempoCompactionsFailing',
'for': '5m',
'for': '1h',
expr: |||
sum by (%s) (increase(tempodb_compaction_errors_total{}[1h])) > %s and
sum by (%s) (increase(tempodb_compaction_errors_total{}[5m])) > 0