fix: metric used for alerting threshold on staging (#3932)

This should remove the too eager alerts from staging.
This commit is contained in:
Joonas Koivunen
2023-04-03 13:26:45 +03:00
committed by GitHub
parent d733bc54b8
commit cf5cfe6d71
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ storage:
pg_distrib_dir: /usr/local
metric_collection_endpoint: http://neon-internal-api.aws.neon.build/billing/api/v1/usage_events
metric_collection_interval: 10min
evictions_low_residence_duration_metric_threshold: "20m"
disk_usage_based_eviction:
max_usage_pct: 80
# TODO: learn typical resident-size growth rate [GiB/minute] and configure

View File

@@ -8,6 +8,7 @@ storage:
pg_distrib_dir: /usr/local
metric_collection_endpoint: http://neon-internal-api.aws.neon.build/billing/api/v1/usage_events
metric_collection_interval: 10min
evictions_low_residence_duration_metric_threshold: "20m"
disk_usage_based_eviction:
max_usage_pct: 80
# TODO: learn typical resident-size growth rate [GiB/minute] and configure