Skip to content

Commit b19ca92

Browse files
authored
Update variables.tf (#278)
Based on recommended settings from AMP Product manager. Active series auto scales to 10M metrics so we are setting to 80% of that or 8M. Ingestion scales along with active series so we are setting to 136,000
1 parent d9d8af8 commit b19ca92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/managed-prometheus-monitoring/variables.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ variable "managed_prometheus_workspace_ids" {
1111
variable "active_series_threshold" {
1212
description = "Threshold for active series metric alarm"
1313
type = number
14-
default = 1000000
14+
default = 8000000
1515
}
1616

1717
variable "ingestion_rate_threshold" {
1818
description = "Threshold for active series metric alarm"
1919
type = number
20-
default = 70000
20+
default = 136000
2121
}
2222

2323
variable "dashboards_folder_id" {

0 commit comments

Comments
 (0)