refactor: converge hwpod node-ops channel

This commit is contained in:
Codex Agent
2026-06-05 16:47:50 +08:00
parent 8a1cd5c725
commit 3e7131f6ab
117 changed files with 1056 additions and 19327 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ test("web performance store filters observability self-noise", () => {
{ kind: "web_vital", metric: "lcp", route: "/performance", valueMs: 5900 },
{ kind: "long_task", metric: "long_task", route: "/performance", valueMs: 120 },
{ kind: "api", metric: "api_request", route: "/v1/web-performance/summary", method: "GET", status: 200, statusClass: "2xx", outcome: "ok", valueMs: 620 },
{ kind: "api", metric: "api_request", route: "/v1/device-pods", method: "GET", status: 200, statusClass: "2xx", outcome: "ok", valueMs: 780 }
{ kind: "api", metric: "api_request", route: "/v1/skills", method: "GET", status: 200, statusClass: "2xx", outcome: "ok", valueMs: 780 }
]
});
const summary = store.summary();