mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2026-05-17 08:36:55 +03:00
This commit renames flag `remoteWrite.retryMaxTime` into `remoteWrite.retryMaxInterval`. New name aligns with corresponding `MinInterval` flag. Previous flag name still could be used, but vmagent will log warning message with suggested migration. Fixes https://github.com/VictoriaMetrics/VictoriaMetrics/issues/9169
See vmagent docs here.
vmagent docs can be edited at docs/vmagent.md.