From d6e06c8950cc58a376c70b27667a1746fd282539 Mon Sep 17 00:00:00 2001 From: vimtor Date: Thu, 7 May 2026 13:40:29 +0200 Subject: [PATCH] chore: fix free tier query --- infra/monitoring.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/infra/monitoring.ts b/infra/monitoring.ts index 908078ba19..e976044707 100644 --- a/infra/monitoring.ts +++ b/infra/monitoring.ts @@ -178,7 +178,6 @@ new honeycomb.Trigger("IncreasedFreeTierRequests", { calculations: [ { op: "COUNT", - name: "REQUESTS", filterCombination: "AND", filters: [ { column: "event_type", op: "=", value: "completions" },