diff --git a/app/vmgateway/README.md b/app/vmgateway/README.md index dbfd17cc76..ce0d8c48cd 100644 --- a/app/vmgateway/README.md +++ b/app/vmgateway/README.md @@ -229,7 +229,7 @@ The shortlist of configuration flags include the following: -datasource.tlsServerName string Optional TLS server name to use for connections to -datasource.url. By default, the server name from -datasource.url is used -datasource.url string - Datasource compatible with Prometheus HTTP API. It can be single node VictoriaMetrics or vmselect URL. Required parameter. E.g. http://127.0.0.1:8428 . See also '-datasource.disablePathAppend', '-datasource.showURL'. + Datasource compatible with Prometheus HTTP API. It can be single node VictoriaMetrics or vmselect URL. Required parameter. E.g. http://127.0.0.1:8428 . See also -remoteRead.disablePathAppend and -datasource.showURL -enable.auth enables auth with jwt token -enable.rateLimit diff --git a/docs/vmgateway.md b/docs/vmgateway.md index 19c9a4ed4d..03b8764883 100644 --- a/docs/vmgateway.md +++ b/docs/vmgateway.md @@ -233,7 +233,7 @@ The shortlist of configuration flags include the following: -datasource.tlsServerName string Optional TLS server name to use for connections to -datasource.url. By default, the server name from -datasource.url is used -datasource.url string - Datasource compatible with Prometheus HTTP API. It can be single node VictoriaMetrics or vmselect URL. Required parameter. E.g. http://127.0.0.1:8428 . See also '-datasource.disablePathAppend', '-datasource.showURL'. + Datasource compatible with Prometheus HTTP API. It can be single node VictoriaMetrics or vmselect URL. Required parameter. E.g. http://127.0.0.1:8428 . See also -remoteRead.disablePathAppend and -datasource.showURL -enable.auth enables auth with jwt token -enable.rateLimit