Skip to content

Commit 39f361e

Browse files
authored
Merge 109ba57 into 81f238b
2 parents 81f238b + 109ba57 commit 39f361e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/posthog/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2512,8 +2512,8 @@ prometheus:
25122512
description: "The `session_recording_events_dlq` topic offset has increased over the past 5 minutes."
25132513

25142514
- alert: GraphileJobExecutionLag
2515-
expr: (max by(task_identifier) (posthog_celery_graphile_lag_seconds{task_identifier!="bufferJob"})) > 900
2516-
for: 5m
2515+
expr: ((max by(task_identifier) (posthog_celery_graphile_lag_seconds{task_identifier!="bufferJob"})) > 900) unless absent(posthog_celery_graphile_lag_seconds{task_identifier!="bufferJob"})
2516+
for: 10m
25172517
labels:
25182518
rotation: common
25192519
severity: critical

0 commit comments

Comments
 (0)