diff --git a/app/vmctl/README.md b/app/vmctl/README.md index 0a5d42fed1..a040ccd5de 100644 --- a/app/vmctl/README.md +++ b/app/vmctl/README.md @@ -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 \ diff --git a/docs/vmctl.md b/docs/vmctl.md index c01e22bfe2..7ee2139122 100644 --- a/docs/vmctl.md +++ b/docs/vmctl.md @@ -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 \