File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments