PaaS Event Bridge Collectors
Date: 2026-02-17 Scope: WS12-02 deploy hook, health poll, and runtime event collectors Owner: Codex1. Goal
Map existing PaaS operational event streams into canonical incident events for agent workflows.2. Collector Sources
Collectors consume context-scoped event logs:events/deployments.jsonlevents/alerts.jsonlevents/audit.jsonl
3. Collector Types
deploy-hook:
- Source: deploy events (
source=deploy) - Trigger status:
failed|error|degraded|retrying - Category:
deploy
health-poll:
- Source: alert events or health/ingress command patterns
- Trigger status/severity: warning/critical or degraded/retrying/failed
- Category:
health
runtime-watch:
- Source: audit events (
source=audit) - Trigger status:
failed|error|degraded|retrying - Category:
runtime
4. Dedupe Behavior
Collectors emit incident candidates through WS12-01 schema primitives and dedupe by:dedupe_keywindow_start
5. Implementation Reference
Code:tools/si/paas_incident_collectors.gotools/si/paas_incident_collectors_test.go
collectPaasIncidentEvents(limit int)

