app/vmctl: remove undefined flag from the documentation. See: https://github.com/VictoriaMetrics/VictoriaMetrics/issues/4552. (#4606)

This commit is contained in:
Dmytro Kozlov 2023-07-10 17:20:31 +02:00 committed by Aliaksandr Valialkin
parent f65153018b
commit 5c4ca4aea8
No known key found for this signature in database
GPG Key ID: A72BEC6CD3D0DED1
2 changed files with 0 additions and 4 deletions

View File

@ -627,7 +627,6 @@ and single-node VictoriaMetrics(`http://localhost:8428`):
--remote-read-src-addr=http://127.0.0.1:9009/prometheus \
--remote-read-filter-time-start=2021-10-18T00:00:00Z \
--remote-read-step-interval=hour \
--remote-read-src-check-alive=false \
--vm-addr=http://127.0.0.1:8428 \
--vm-concurrency=6
```
@ -691,7 +690,6 @@ and single-node VictoriaMetrics(`http://localhost:8428`):
--remote-read-src-addr=http://127.0.0.1:9009/prometheus \
--remote-read-filter-time-start=2021-10-18T00:00:00Z \
--remote-read-step-interval=hour \
--remote-read-src-check-alive=false \
--remote-read-headers=X-Scope-OrgID:demo \
--remote-read-use-stream=true \
--vm-addr=http://127.0.0.1:8428 \

View File

@ -638,7 +638,6 @@ and single-node VictoriaMetrics(`http://localhost:8428`):
--remote-read-src-addr=http://127.0.0.1:9009/prometheus \
--remote-read-filter-time-start=2021-10-18T00:00:00Z \
--remote-read-step-interval=hour \
--remote-read-src-check-alive=false \
--vm-addr=http://127.0.0.1:8428 \
--vm-concurrency=6
```
@ -702,7 +701,6 @@ and single-node VictoriaMetrics(`http://localhost:8428`):
--remote-read-src-addr=http://127.0.0.1:9009/prometheus \
--remote-read-filter-time-start=2021-10-18T00:00:00Z \
--remote-read-step-interval=hour \
--remote-read-src-check-alive=false \
--remote-read-headers=X-Scope-OrgID:demo \
--remote-read-use-stream=true \
--vm-addr=http://127.0.0.1:8428 \