Skip to content

Commit

Permalink
update public time windows: change 1m -> 5m, keep the rest
Browse files Browse the repository at this point in the history
  • Loading branch information
sharnoff committed Jul 13, 2024
1 parent 99d3362 commit 1127d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm-image-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1127d73

Please sign in to comment.