From bf979413f9f5f0f420ab43ac6c55341236438285 Mon Sep 17 00:00:00 2001 From: vimtor Date: Wed, 6 May 2026 19:26:53 +0200 Subject: [PATCH] chore: change alert type for honeycomb triggers --- infra/monitoring.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/monitoring.ts b/infra/monitoring.ts index 85d68a7c5f..4fb7183a2f 100644 --- a/infra/monitoring.ts +++ b/infra/monitoring.ts @@ -296,7 +296,7 @@ for (const model of models) { name: spec.title, description: spec.description, queryJson: honeycomb.getQuerySpecificationOutput(spec.json).json, - alertType: "on_true", + alertType: "on_change", frequency: 300, thresholds: [{ ...spec.threshold, exceededLimit: 1 }], recipients: [