mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-08 01:52:33 +00:00
chore: change alert type for honeycomb triggers
This commit is contained in:
parent
38b0cdc149
commit
bf979413f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue