running over time
{totals.running} now
cases
{totals.cases}
running
{totals.running}
errored
0 ? "var(--block)" : "var(--text-2)" }}>{totals.errored}
sla (derived)
{(sla * 100).toFixed(1)}%
agent acceptance (derived)
{(agentRate * 100).toFixed(0)}%
scenario
{sc?.family.label ?? "—"}
mode
{mode === "live" ? "LIVE" : "SNAPSHOT"}
source
EA2
);
}
function Gauge({ value, accent = "var(--run)" }: { value: number; accent?: string }) {
const w = 60, h = 12;
return (