VRQGO (SS-06)
The telemetry spine — metrics, logs, traces, probes and burn-rate SLOs.
CloudWatch · X-Ray · Systems Manager
Metrics, logs, traces, SLOs, incidents, a live CMDB and release gating.
What it is
The operations plane: VRQGO for metrics, logs, traces, probes and burn-rate SLOs; OpsTrac for incident command, on-call rotations, paging and postmortems; a live CMDB with blast-radius and dependency graphs; and Droplet, the release-candidate gate that judges what is safe to ship.
Auth is one model across every service here — an SS-01 bearer token plus X-Tenant-Id on every /api/v1 route. Public base https://api.nexocloud.io/api/v1.
Services & endpoints
Every path below is a real route from services/<svc>/openapi.json. Each service lists a representative slice of its full contract.
Metrics, logs, traces & SLOs — probes, LLM traces, burn-rate SLOs and evaluate-and-route alerting.
/api/v1/metricsRecord a metric sample./api/v1/logsIngest a structured log record./api/v1/slosDefine an SLO with an error budget./api/v1/slos/{name}/burnRead an SLO's burn rate./api/v1/slos/{name}/evaluate-and-routeEvaluate an SLO and route a breach to alerting.Incident management — incidents, acks, escalation ladders, paging, runbooks and approved postmortems.
/api/v1/incidentsOpen an incident./api/v1/incidents/{id}/pagePage the on-call for an incident./api/v1/incidents/{id}/escalateEscalate an incident up the ladder./api/v1/incidents/{id}/postmortemFile a postmortem for review.Configuration management — CIs, dependency graphs, blast-radius, ownership and posture.
/api/v1/cisRegister a configuration item./api/v1/cis/{id}/blast-radiusCompute the blast radius of a CI./api/v1/cis/{id}/dependenciesList a CI's dependencies./api/v1/graph/diffDiff the dependency graph over time.Release-candidate gate — candidates, checks, verdicts, judged gating and lane sweeps.
/api/v1/candidatesRegister a release candidate./api/v1/candidates/{id}/checksRun gating checks against a candidate./api/v1/candidates/{id}/gateJudge the candidate and record a gate verdict./api/v1/candidates/{id}/verdictsRead a candidate's verdict history.Worked example
A burn-rate SLO detects it, evaluate-and-route pages the on-call, and the CMDB shows exactly what else is in the blast radius.
/api/v1/slos/{name}/burnError budget burn crosses the fast-burn threshold.
/api/v1/slos/{name}/evaluate-and-routeVRQGO evaluates and routes to alerting.
/api/v1/incidentsOpsTrac opens the incident and starts the escalation ladder.
/api/v1/cis/{id}/blast-radiusCMDB shows every dependent service before you act.
Architecture placement
Observability & Ops does not reimplement the platform — it composes it. These are the services it leans on and the seams between them.
The telemetry spine — metrics, logs, traces, probes and burn-rate SLOs.
Incident command, on-call rotations, paging and postmortems.
The live inventory with dependency graph and blast-radius.
The judged gate deciding which candidates are safe to release.