chore: activate free tier requests query
This commit is contained in:
+1
-2
@@ -171,7 +171,6 @@ new honeycomb.Trigger("IncreasedProviderHttpErrorsZen", {
|
|||||||
})
|
})
|
||||||
|
|
||||||
new honeycomb.Trigger("IncreasedFreeTierRequests", {
|
new honeycomb.Trigger("IncreasedFreeTierRequests", {
|
||||||
disabled: true,
|
|
||||||
name: "Increased Free Tier Requests",
|
name: "Increased Free Tier Requests",
|
||||||
description,
|
description,
|
||||||
queryJson: honeycomb.getQuerySpecificationOutput({
|
queryJson: honeycomb.getQuerySpecificationOutput({
|
||||||
@@ -185,7 +184,7 @@ new honeycomb.Trigger("IncreasedFreeTierRequests", {
|
|||||||
}).json,
|
}).json,
|
||||||
alertType: "on_change",
|
alertType: "on_change",
|
||||||
frequency: 900,
|
frequency: 900,
|
||||||
thresholds: [{ op: ">=", value: 50, exceededLimit: 1 }],
|
thresholds: [{ op: ">=", value: 60, exceededLimit: 1 }],
|
||||||
baselineDetails: [{ type: "percentage", offsetMinutes: 1440 }],
|
baselineDetails: [{ type: "percentage", offsetMinutes: 1440 }],
|
||||||
recipients: [
|
recipients: [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user