mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
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:
parent
538e779b8b
commit
9a64184fc7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue