Skip to content

Commit 1a253cd

Browse files
authored
raise threshold for End2EndIngestionLag (PostHog#743)
1 parent ddffad3 commit 1a253cd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/posthog/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type: application
1111

1212
# This is the chart version. This version number should be incremented each time you make changes
1313
# to the chart and its templates, including the app version.
14-
version: 30.22.0
14+
version: 30.22.1
1515

1616
# This is the version number of the application being deployed. This version number should be
1717
# incremented each time you make changes to the application.

charts/posthog/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2328,15 +2328,15 @@ prometheus:
23282328
needs to be rolled-back.
23292329
23302330
- alert: End2EndIngestionLag
2331-
expr: (max by(scenario) (posthog_celery_observed_ingestion_lag_seconds{scenario=~"ingestion_api|ingestion"})) > 600
2331+
expr: (max by(scenario) (posthog_celery_observed_ingestion_lag_seconds{scenario=~"ingestion_api|ingestion"})) > 1200
23322332
for: 5m
23332333
labels:
23342334
rotation: common
23352335
severity: critical
23362336
annotations:
2337-
summary: End-to-end analytics event ingestion lag exceeds 10 minutes for more than 5 minutes.
2337+
summary: End-to-end analytics event ingestion lag exceeds 20 minutes for more than 5 minutes.
23382338
description: |
2339-
Our end-to-end probe measured an ingestion lag higher than 10 minutes for scenario {{ $labels.scenario }}.
2339+
Our end-to-end probe measured an ingestion lag higher than 20 minutes for scenario {{ $labels.scenario }}.
23402340
Check the "Kafka (cluster overview)" dashboard to identify what topics and partitions are lagging and
23412341
follow the https://posthog.com/docs/runbook/services/plugin-server/ingestion-lag runbook for recovery
23422342
steps.

0 commit comments

Comments
 (0)