From b6ff1b18c739c307c8e55aa9ab64e5ef2040f919 Mon Sep 17 00:00:00 2001 From: vimtor Date: Thu, 7 May 2026 14:10:47 +0200 Subject: [PATCH] chore: activate free tier requests query --- infra/monitoring.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/infra/monitoring.ts b/infra/monitoring.ts index baf1f5d68b..aad090aa80 100644 --- a/infra/monitoring.ts +++ b/infra/monitoring.ts @@ -171,7 +171,6 @@ new honeycomb.Trigger("IncreasedProviderHttpErrorsZen", { }) new honeycomb.Trigger("IncreasedFreeTierRequests", { - disabled: true, name: "Increased Free Tier Requests", description, queryJson: honeycomb.getQuerySpecificationOutput({ @@ -185,7 +184,7 @@ new honeycomb.Trigger("IncreasedFreeTierRequests", { }).json, alertType: "on_change", frequency: 900, - thresholds: [{ op: ">=", value: 50, exceededLimit: 1 }], + thresholds: [{ op: ">=", value: 60, exceededLimit: 1 }], baselineDetails: [{ type: "percentage", offsetMinutes: 1440 }], recipients: [ {