SpanForge / SDK Service / Scale phase
sf_alert
Alert routing for Slack, Teams, PagerDuty, OpsGenie, Incident.io, and more — HMAC-signed webhooks, 5-minute deduplication, escalation policies, and circuit breakers.
from spanforge import sf_alertWhat it covers
- Topic-based alert publish API
- 5-minute deduplication window
- Slack / Teams / PagerDuty / OpsGenie / VictorOps / Incident.io
- HMAC-signed webhook delivery
- Escalation policy chains
- Circuit breakers for delivery failure handling
Get started
Install once. Import per service.
All SDK services ship inside a single package. Install spanforge once and import only what you need.
Install
pip install spanforgeImport
from spanforge import sf_alert