chore: increase alerting threshold
This commit is contained in:
+4
-4
@@ -100,7 +100,7 @@ new honeycomb.Trigger("IncreasedModelHttpErrorsGo", {
|
|||||||
queryJson: modelHttpErrorsQuery("go"),
|
queryJson: modelHttpErrorsQuery("go"),
|
||||||
alertType: "on_change",
|
alertType: "on_change",
|
||||||
frequency: 300,
|
frequency: 300,
|
||||||
thresholds: [{ op: ">=", value: 0.8, exceededLimit: 1 }],
|
thresholds: [{ op: ">=", value: 0.9, exceededLimit: 1 }],
|
||||||
recipients: [
|
recipients: [
|
||||||
{
|
{
|
||||||
id: webhookRecipient.id,
|
id: webhookRecipient.id,
|
||||||
@@ -119,7 +119,7 @@ new honeycomb.Trigger("IncreasedModelHttpErrorsZen", {
|
|||||||
queryJson: modelHttpErrorsQuery("zen"),
|
queryJson: modelHttpErrorsQuery("zen"),
|
||||||
alertType: "on_change",
|
alertType: "on_change",
|
||||||
frequency: 300,
|
frequency: 300,
|
||||||
thresholds: [{ op: ">=", value: 0.8, exceededLimit: 1 }],
|
thresholds: [{ op: ">=", value: 0.9, exceededLimit: 1 }],
|
||||||
recipients: [
|
recipients: [
|
||||||
{
|
{
|
||||||
id: webhookRecipient.id,
|
id: webhookRecipient.id,
|
||||||
@@ -138,7 +138,7 @@ new honeycomb.Trigger("IncreasedProviderHttpErrorsGo", {
|
|||||||
queryJson: providerHttpErrorsQuery("go"),
|
queryJson: providerHttpErrorsQuery("go"),
|
||||||
alertType: "on_change",
|
alertType: "on_change",
|
||||||
frequency: 600,
|
frequency: 600,
|
||||||
thresholds: [{ op: ">=", value: 0.8, exceededLimit: 1 }],
|
thresholds: [{ op: ">=", value: 0.9, exceededLimit: 1 }],
|
||||||
recipients: [
|
recipients: [
|
||||||
{
|
{
|
||||||
id: webhookRecipient.id,
|
id: webhookRecipient.id,
|
||||||
@@ -157,7 +157,7 @@ new honeycomb.Trigger("IncreasedProviderHttpErrorsZen", {
|
|||||||
queryJson: providerHttpErrorsQuery("zen"),
|
queryJson: providerHttpErrorsQuery("zen"),
|
||||||
alertType: "on_change",
|
alertType: "on_change",
|
||||||
frequency: 600,
|
frequency: 600,
|
||||||
thresholds: [{ op: ">=", value: 0.8, exceededLimit: 1 }],
|
thresholds: [{ op: ">=", value: 0.9, exceededLimit: 1 }],
|
||||||
recipients: [
|
recipients: [
|
||||||
{
|
{
|
||||||
id: webhookRecipient.id,
|
id: webhookRecipient.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user