mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
docs/vmanomaly:quickstart example fix (#6535)
- Fixed config example in QuickStart vmanomaly docs for 1.13 version
compatibility
- [x] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).
(cherry picked from commit 4b77778ff5
)
This commit is contained in:
parent
3c59e424c4
commit
affde1794f
1 changed files with 5 additions and 4 deletions
|
@ -77,10 +77,11 @@ Here is an example of config file that will run [Facebook Prophet](https://faceb
|
|||
|
||||
|
||||
```yaml
|
||||
scheduler:
|
||||
infer_every: "1m"
|
||||
fit_every: "2h"
|
||||
fit_window: "14d"
|
||||
schedulers:
|
||||
2w_1m:
|
||||
infer_every: '1m'
|
||||
fit_every: '2h'
|
||||
fit_window: '14d'
|
||||
|
||||
models:
|
||||
prophet_model:
|
||||
|
|
Loading…
Reference in a new issue