chore: reduce provider alerts query frequency
This commit is contained in:
+2
-2
@@ -137,7 +137,7 @@ new honeycomb.Trigger("IncreasedProviderHttpErrorsGo", {
|
|||||||
description,
|
description,
|
||||||
queryJson: providerHttpErrorsQuery("go"),
|
queryJson: providerHttpErrorsQuery("go"),
|
||||||
alertType: "on_change",
|
alertType: "on_change",
|
||||||
frequency: 600,
|
frequency: 300,
|
||||||
thresholds: [{ op: ">=", value: 0.7, exceededLimit: 1 }],
|
thresholds: [{ op: ">=", value: 0.7, exceededLimit: 1 }],
|
||||||
recipients: [
|
recipients: [
|
||||||
{
|
{
|
||||||
@@ -156,7 +156,7 @@ new honeycomb.Trigger("IncreasedProviderHttpErrorsZen", {
|
|||||||
description,
|
description,
|
||||||
queryJson: providerHttpErrorsQuery("zen"),
|
queryJson: providerHttpErrorsQuery("zen"),
|
||||||
alertType: "on_change",
|
alertType: "on_change",
|
||||||
frequency: 600,
|
frequency: 300,
|
||||||
thresholds: [{ op: ">=", value: 0.7, exceededLimit: 1 }],
|
thresholds: [{ op: ">=", value: 0.7, exceededLimit: 1 }],
|
||||||
recipients: [
|
recipients: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user