Skip to content

Commit fd95804

Browse files
fix: revise memoryResidentSizeBytes onhost alert threshold (#1713)
1 parent 773b376 commit fd95804

File tree

1 file changed

+1
-1
lines changed
  • test/onhost-canaries/terraform

1 file changed

+1
-1
lines changed

test/onhost-canaries/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ module "alerts" {
130130
name = "Memory usage (bytes)"
131131
metric = "memoryResidentSizeBytes"
132132
sample = "ProcessSample"
133-
threshold = 14000000
133+
threshold = 15000000
134134
duration = 600
135135
operator = "above"
136136
template_name = "./alert_nrql_templates/generic_metric_threshold.tftpl"

0 commit comments

Comments
 (0)