Monitor usage and resources
The monitoring module surfaces resource health and usage telemetry next to the billing meter, so you can connect what's running to what it costs.
Screenshot
console-monitoring-overview
Watch a resource
Open Monitoring
Go to Console → Monitoring (Observability). Pick a service to scope the view.
Read the signals
Each resource reports status and the same usage signals that feed the billing meter — so spend and load line up.
Cross-check spend
Jump to Billing to see the cost of the usage you're watching.
Check status programmatically
List a service's resources to read their current status from the API:
curl https://api.segalcompute.com/api/v1/instances \
-H "Authorization: Bearer sk_segal_..."
Each resource includes a status field. See the per-service pages in the
API reference for the exact response shape.
Status page vs. monitoring
Monitoring shows your resources. Platform-wide incidents live on the public status page.