Skip to content

Commit

Permalink
Merge 109ba57 into 81f238b
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech authored Jan 9, 2025
2 parents 81f238b + 109ba57 commit 39f361e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/posthog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2512,8 +2512,8 @@ prometheus:
description: "The `session_recording_events_dlq` topic offset has increased over the past 5 minutes."

- alert: GraphileJobExecutionLag
expr: (max by(task_identifier) (posthog_celery_graphile_lag_seconds{task_identifier!="bufferJob"})) > 900
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
labels:
rotation: common
severity: critical
Expand Down

0 comments on commit 39f361e

Please sign in to comment.