From 1127d73589dcc0e3c949095b1987b4da485d8b68 Mon Sep 17 00:00:00 2001 From: Em Sharnoff Date: Fri, 12 Jul 2024 20:31:28 -0700 Subject: [PATCH] update public time windows: change 1m -> 5m, keep the rest --- vm-image-spec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm-image-spec.yaml b/vm-image-spec.yaml index f75e2508b7b6..0bdb229566dc 100644 --- a/vm-image-spec.yaml +++ b/vm-image-spec.yaml @@ -257,7 +257,7 @@ files: x as duration, neon.approximate_working_set_size_seconds(extract('epoch' from x::interval)::int) as size from - (values ('1m'),('15m'),('1h')) as t (x); + (values ('5m'),('15m'),('1h')) as t (x); - metric_name: current_lsn type: gauge