From da495fd2e0909b120f135341c1dc0852a05dbd39 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Fri, 15 May 2026 22:09:43 +0000 Subject: [PATCH] chore: generate --- infra/monitoring.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/infra/monitoring.ts b/infra/monitoring.ts index f70d4231b1..314680bc33 100644 --- a/infra/monitoring.ts +++ b/infra/monitoring.ts @@ -100,7 +100,11 @@ const providerHttpErrorsQuery = () => { name: "FAILED", column: failedProviderHttpStatus.name, filterCombination: "AND", - filters: [...filters, { column: "event_type", op: "=", value: "llm.error" }, { column: "llm.error.code", op: "!=", value: "404" }], + filters: [ + ...filters, + { column: "event_type", op: "=", value: "llm.error" }, + { column: "llm.error.code", op: "!=", value: "404" }, + ], }, ], formulas: [