# GUARDIAN INTELLIGENCE — fleet status
# this TOML document is the page; same data at /status.json and /status.yaml
[meta]
generated_at = "2026-06-13T00:47:21Z"
vantage = "dev"
refresh_seconds = 30
vantage_note = "every number is measured from the dev site's VictoriaMetrics: sibling reachability is probed from here, this site's own external light is self-reported, app metrics are local-only (cross-site isolation); all probes originate inside Latitude Ashburn; a total-fleet outage takes this page down too"
[fleet.dev]
# this page's own site: a site cannot probe its own external reachability,
# so this section is self-reported; the outside view lives on the sibling status pages
# self-reported (up{job="aisucks"}), not an external probe
healthz = "up"
# no self-probe exists in the blackbox job; this site's 30d external availability lives on its siblings' pages
availability_30d_pct = "n/a"
# age of the last successful ingest (accepted|duplicate, server-side accounting — not the Gatus probe verdict)
canary_last_pass_seconds = 55.1
app_restarts_24h = 12
unready_pods = 0
alerts_firing = 0
deploy_in_progress = false
[fleet.gamma]
# probed from dev's blackbox exporter (external vantage, /healthz only;
# page-content probes with the charter marker are Gatus-only and not in VM yet)
healthz = "up"
# share of ~15s-interval sibling probes answered; counts node wipes and conversions
availability_30d_pct = 100.0
probe_latency_seconds_1h = 0.0063
tls_cert_days_remaining = 89.0
# app metrics never cross sites; only gamma's own vantage can report its ingest canary
canary_last_pass_seconds = "n/a"
[fleet.prod]
# probed from dev's blackbox exporter (external vantage, /healthz only;
# page-content probes with the charter marker are Gatus-only and not in VM yet)
healthz = "up"
# share of ~15s-interval sibling probes answered; counts node wipes and conversions
availability_30d_pct = 100.0
probe_latency_seconds_1h = 0.0064
tls_cert_days_remaining = 89.0
# app metrics never cross sites; only prod's own vantage can report its ingest canary
canary_last_pass_seconds = "n/a"
[slo.availability]
# SLI 1 "the page answers": server-side non-5xx ratio on GET / over 30d (target RATIFIED 99.9).
# external arm of this SLI: availability_30d under [fleet.*] (sibling probes), shown separately
target_pct = 99.9
achieved_30d_pct = 100.0
budget_minutes_total = 43.2
budget_minutes_remaining = 43.2
[slo.latency]
# SLI 2 "the page is fast": share of GET / under 500ms over 30d, server-side (target RATIFIED 99).
target_pct = 99.0
achieved_30d_pct = 100.0
budget_minutes_total = 432.0
budget_minutes_remaining = 432.0
[slo.submit]
# SLI 3 "hitting Enter works": non-5xx ratio on POST /report over 30d; upstream-fetch 502s count against us (target RATIFIED 99.5).
target_pct = 99.5
achieved_30d_pct = 100.0
budget_minutes_total = 216.0
budget_minutes_remaining = 216.0
[releases]
# by-digest pull ref of the ready aisucks pod at this site (image_spec); digest→tag join is the release record below
running_image = "registry.guardian.internal/aisucks@sha256:9951b0f008e87e2a01437290ede5b00ac09616898efcff9a0587a4cc3c3e916c"
[releases.record]
# last 5 of 10 releases; the record of truth is the annotated tag set (git tag -n1 -l 'aisucks/v*'),
# snapshotted into this binary at build time (docs/runbooks/aisucks-release.md)
"aisucks/v6" = "request hardening + gatus marker fix"
"aisucks/v7" = "aisucks@sha256:d8303253b2f563b2714d3ddc78fccfabfad58db563d4d0396ba519328da3559c — v7: observability floor (loopback diagnostics, livez+startupProbe, slog, GOMEMLIMIT) + hot plane (7 components)"
"aisucks/v8" = "aisucks@sha256:ca255af0aef15c0bb8c99b4383211b42f0d9816f4fa5b0249adca1084d880f1a"
"aisucks/v9" = "aisucks@sha256:8686ee6730a513780246b19fe5bd0274b92563e84583e75ccc56ad2a7b306ff7"
"aisucks/v10" = "aisucks@sha256:8686ee6730a513780246b19fe5bd0274b92563e84583e75ccc56ad2a7b306ff7"
[incidents]
# docs/incidents/*.md, version-controlled and embedded at build time
# none recorded
count = 0