Figma Observability Overview Monitor Figma REST API health with custom metrics, structured logging, and alerts. Track request latency, error rates, rate limit headroom, and cache hit rates. Prerequisites - Prometheus or compatible metrics backend (or use OpenTelemetry) - Structured logging (pino, winston) - Alerting system (PagerDuty, Slack, OpsGenie) Instructions Step 1: Instrumented Figma Client Step 2: Prometheus Metrics Step 3: Alert Rules Step 4: Health Check with Details Output - Instrumented client logging every Figma API call - Prometheus metrics for requests, latency, rate limits, ca…