Skip to main content

Sandbox Operations Overview

The Sandbox controller exposes health and metrics endpoints for monitoring and orchestration.

Health Endpoints

  • GET /health basic health check
  • GET /ready readiness probe for Kubernetes
  • GET /health/detailed detailed component status

Metrics

  • Prometheus metrics exposed at GET /metrics
  • Uses stateset_sandbox_ metric prefix

Production Readiness

  • Use readiness probes and health checks
  • Alert on sandbox creation and execution errors
  • Monitor warm pool availability and startup latency