An OpsServiceSnapshot is a periodic health check captured for a single service. It identifies the service by productSlug and records its status along with live performance numbers: latencyMs for response time, errorCount and requestCount for traffic and failures, and memoryUsageMb plus cpuPercent for resource pressure. The checkedAt timestamp marks when the reading was taken. Operators use a stream of these snapshots to watch each product's behavior over time and to spot degradations before they become outages.
Technical section
Data model, API, and internals — visible to developers.
