From 35deef61759966543b0c1096e8cbece269f549c9 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Fri, 8 May 2026 21:19:51 +0000 Subject: [PATCH] chore: generate --- infra/monitoring.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/infra/monitoring.ts b/infra/monitoring.ts index d06d536c78..b4ece54be1 100644 --- a/infra/monitoring.ts +++ b/infra/monitoring.ts @@ -38,9 +38,10 @@ const modelHttpErrorsQuery = (product: "go" | "zen") => { calculatedFields: [ { name: "is_failed_http_status", - expression: product === "go" - ? `IF(AND(GTE($status, "400"), NOT(EQUALS($status, "401")), NOT(EQUALS($status, "429"))), 1, 0)` - : `IF(AND(GTE($status, "400"), NOT(EQUALS($status, "401"))), 1, 0)`, + expression: + product === "go" + ? `IF(AND(GTE($status, "400"), NOT(EQUALS($status, "401")), NOT(EQUALS($status, "429"))), 1, 0)` + : `IF(AND(GTE($status, "400"), NOT(EQUALS($status, "401"))), 1, 0)`, }, ], calculations: [