alphaswarm-docs-status
The public status page. Provisioned on Instatus
SaaS and CNAMEd to status.alpha-swarm.ai on a Cloudflare zone
distinct from alpha-swarm.ai. Survives full cluster + edge
outages — operators can post updates from the Instatus dashboard
even when the AlphaSwarm cluster is down.
Identity
| Field | Value |
|---|---|
| Service id | alphaswarm-docs-status |
| Role | status-page |
| Hosted on | Instatus SaaS |
| Public URL | https://status.alpha-swarm.ai |
Deployment surface
| Surface | Where |
|---|---|
| Terraform module | alphaswarm_platform/terraform/modules/instatus/ — provisions the page + components + integrations |
Components
The status page exposes one component per logical service:
core—alphaswarm-core,alphaswarm-worker,alphaswarm-beatcontroller—alphaswarm-cp+ the AQP operatorfrontends—alphaswarm-ui,alphaswarm-client,alphaswarm-admindocs—alphaswarm-docs,alphaswarm-websitedata-plane—postgres,redis,neo4j,iceberg,kafkamlops—mlflow,argo-workflows,dagsterobservability—prometheus,loki,jaeger,phoenix
Update flow
- Beat-emitted heartbeats publish health to a per-service Instatus webhook every 60 s.
- Incidents are posted manually by the on-call operator from the Instatus dashboard.
- Maintenance windows scheduled in advance via the
instatusTerraform module'sscheduled_maintenanceresources.
See also
how-to/runbooks/— incident response.alphaswarm-docs.md— sibling docs site.instatusTerraform module — provisioning source.