Commit 548b031
alerts(prom): CHAOS F3 — page on propagation_dead_lettered_total > 0 for 5m
Adds two Prometheus alerts to the instant-platform PrometheusRule for the
new worker counters introduced in CHAOS-DRILL-2026-05-20 F2/F3 follow-ups:
PropagationDeadLettered (severity=critical):
fires when sum(rate(instant_propagation_dead_lettered_total[5m])) > 0
for 5m. Means propagation_runner exhausted propagationMaxAttempts of
backoff retries on at least one pending_propagations row — a paying
customer's regrade fell through and they are 'Pro on paper, hobby-grade
infra'. The companion NR log-based alert
(newrelic/alerts/propagation-dead-lettered.json) keys on the slog ERROR
line; this Prom rule keys on the counter so the alert still fires when
NR Log ingest is brown-outed but Prometheus is still scraping.
PropagationUnknownKind (severity=warning):
fires on instant_propagation_unknown_kind_total — the per-tick image-skew
leading indicator. Worker pod is older than the api enqueue surface.
Lower-severity by design: the fix is to finish the rollout, NOT to wake
on-call.
Pairs with the worker repo's chaos-f234-on-f1 branch, which adds the
RescueStuckJobsAfter pin (F4) + the dead-letter Prom counter (F3) + the
registry-iterating tests.
Per CLAUDE.md rule 15: infra has no auto-apply — Manas applies this manually
via kubectl apply -f k8s/prometheus-rules.yaml.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent b95ee3f commit 548b031
1 file changed
Lines changed: 45 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
0 commit comments