Selaa lähdekoodia

chore: fix honeycomb query frequency

vimtor 4 kuukautta sitten
vanhempi
commit
30c4fcb1a5
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      infra/monitoring.ts

+ 2 - 2
infra/monitoring.ts

@@ -137,7 +137,7 @@ new honeycomb.Trigger("IncreasedProviderHttpErrorsGo", {
   description,
   description,
   queryJson: providerHttpErrorsQuery("go"),
   queryJson: providerHttpErrorsQuery("go"),
   alertType: "on_change",
   alertType: "on_change",
-  frequency: 300,
+  frequency: 600,
   thresholds: [{ op: ">=", value: 0.8, exceededLimit: 1 }],
   thresholds: [{ op: ">=", value: 0.8, 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: 300,
+  frequency: 600,
   thresholds: [{ op: ">=", value: 0.8, exceededLimit: 1 }],
   thresholds: [{ op: ">=", value: 0.8, exceededLimit: 1 }],
   recipients: [
   recipients: [
     {
     {