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 (#4315)
* 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:
operations
@ -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
|
||||
|
Reference in New Issue
Block a user