We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81f238b + 109ba57 commit 39f361eCopy full SHA for 39f361e
charts/posthog/values.yaml
@@ -2512,8 +2512,8 @@ prometheus:
2512
description: "The `session_recording_events_dlq` topic offset has increased over the past 5 minutes."
2513
2514
- alert: GraphileJobExecutionLag
2515
- expr: (max by(task_identifier) (posthog_celery_graphile_lag_seconds{task_identifier!="bufferJob"})) > 900
2516
- for: 5m
+ expr: ((max by(task_identifier) (posthog_celery_graphile_lag_seconds{task_identifier!="bufferJob"})) > 900) unless absent(posthog_celery_graphile_lag_seconds{task_identifier!="bufferJob"})
+ for: 10m
2517
labels:
2518
rotation: common
2519
severity: critical
0 commit comments