File tree Expand file tree Collapse file tree
kubernetes/apps/monitoring/victoria-metrics/replay Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 # retention anyway, so a stale value only yields empty early points.
4040 - -replay.timeFrom=2026-06-20T00:00:00Z
4141 - -replay.disableProgressBar=true
42+ # The default (1000) batches 1000 evaluation points per query_range
43+ # request; against ~475k raw series that asks vmsingle for ~8GiB in
44+ # one query and gets a 422, aborting the replay. 100 keeps the
45+ # worst request well inside the ~5GiB concurrent-query budget at
46+ # the cost of a longer (multi-hour) replay.
47+ - -replay.maxDatapointsPerQuery=100
48+ # Survive transient 422s from concurrent dashboard/rule load; a
49+ # rule that exhausts its retries aborts the whole replay.
50+ - -replay.ruleRetryAttempts=10
4251 volumeMounts :
4352 - name : rules
4453 mountPath : /rules
5261 # Keep in sync with replay-base.
5362 - -replay.timeFrom=2026-06-20T00:00:00Z
5463 - -replay.disableProgressBar=true
64+ - -replay.maxDatapointsPerQuery=100
65+ - -replay.ruleRetryAttempts=10
5566 volumeMounts :
5667 - name : rules
5768 mountPath : /rules
You can’t perform that action at this time.
0 commit comments