Skip to content
// FLEET
us-west-1GB300 · liquid
eu-central-1B300 · liquid
apac-sg-1GB200 · NVL72
me-uae-1VR200 · Rubin
// DOCS

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.

Console → Monitoring: resource health and usage telemetry over time across services.

Watch a resource

  1. Open Monitoring

    Go to Console → Monitoring (Observability). Pick a service to scope the view.

  2. Read the signals

    Each resource reports status and the same usage signals that feed the billing meter — so spend and load line up.

  3. 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.