Operations
Observability
Metrics, event logs, runtime health, and degradation signals.
Observability and Health
Bridge Kernel continuously records runtime behavior for operations teams.
RuntimeMetricsSnapshot
Key fields:
ingest_attemptedingest_acceptedingest_rejected_replayingest_rejected_policysync_publishedsync_receivedqueue_peak
Event log format
JSONL records with:
tseventdetail
RuntimeHealthSnapshot
kernel_idenvironmentstatusdegraded_reasons[]
Degradation signals
queue_depth_highpolicy_denies_detectedreplay_rejections_detected
Recommended alerts
- Runtime status remains
degradedfor more than N minutes. - Replay rejections exceed baseline for a source.
- Policy denials spike after policy promotion.
- Publish-receive sync imbalance persists.
Runbook hints
- Replay spike: inspect source clock drift and parser timestamps.
- Policy spike: diff current policy bundle vs previous active.
- Queue spike: inspect adapter throughput and storage latency.
- Sync lag: inspect inbound/outbound file movement and peer health.