docs: vmanomaly - reader page update (#6806)

### Describe Your Changes

small update to `data_range` parameter in uppermost config conversion
example

### Checklist

The following checks are **mandatory**:

- [ ] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).
This commit is contained in:
Fred Navruzov 2024-08-14 17:34:54 +02:00 committed by f41gh7
parent bd80dd2ce1
commit dfe6d0920d
No known key found for this signature in database
GPG key ID: 4558311CF775EC72

View file

@ -47,6 +47,7 @@ reader:
vmb:
expr: 'avg(vm_blocks)' # initial MetricsQL expression
step: '10s' # individual step for this query, will be filled with `sampling_period` from the root level
data_range: ['-inf', 'inf'] # by default, no constraints applied on data range
# new query-level arguments will be added in backward-compatible way in future releases
```