Revert "docs: removed code-style highlighting for commanad-line flags of VM components (#6147)"

This reverts commit 9bedbcfa2f.

(cherry picked from commit 6aaf1768f4)
This commit is contained in:
hagen1778 2024-04-25 11:23:02 +02:00
parent 8c97dc3b2c
commit d4e901e212
No known key found for this signature in database
GPG key ID: 3BF75F3741CA9640
9 changed files with 9 additions and 9 deletions

View file

@ -2679,7 +2679,7 @@ Files included in each folder:
Pass `-help` to VictoriaMetrics in order to see the list of supported command-line flags with their description: Pass `-help` to VictoriaMetrics in order to see the list of supported command-line flags with their description:
``` ```sh
-bigMergeConcurrency int -bigMergeConcurrency int
Deprecated: this flag does nothing Deprecated: this flag does nothing
-blockcache.missesBeforeCaching int -blockcache.missesBeforeCaching int

View file

@ -2687,7 +2687,7 @@ Files included in each folder:
Pass `-help` to VictoriaMetrics in order to see the list of supported command-line flags with their description: Pass `-help` to VictoriaMetrics in order to see the list of supported command-line flags with their description:
``` ```sh
-bigMergeConcurrency int -bigMergeConcurrency int
Deprecated: this flag does nothing Deprecated: this flag does nothing
-blockcache.missesBeforeCaching int -blockcache.missesBeforeCaching int

View file

@ -1623,7 +1623,7 @@ It is safe sharing the collected profiles from security point of view, since the
`vmagent` can be fine-tuned with various command-line flags. Run `./vmagent -help` in order to see the full list of these flags with their descriptions and default values: `vmagent` can be fine-tuned with various command-line flags. Run `./vmagent -help` in order to see the full list of these flags with their descriptions and default values:
``` ```sh
./vmagent -help ./vmagent -help
vmagent collects metrics data via popular data ingestion protocols and routes them to VictoriaMetrics. vmagent collects metrics data via popular data ingestion protocols and routes them to VictoriaMetrics.

View file

@ -965,7 +965,7 @@ command-line flags with their descriptions.
The shortlist of configuration flags is the following: The shortlist of configuration flags is the following:
``` ```sh
-clusterMode -clusterMode
If clusterMode is enabled, then vmalert automatically adds the tenant specified in config groups to -datasource.url, -remoteWrite.url and -remoteRead.url. See https://docs.victoriametrics.com/vmalert/#multitenancy . This flag is available only in Enterprise binaries. See https://docs.victoriametrics.com/enterprise/ If clusterMode is enabled, then vmalert automatically adds the tenant specified in config groups to -datasource.url, -remoteWrite.url and -remoteRead.url. See https://docs.victoriametrics.com/vmalert/#multitenancy . This flag is available only in Enterprise binaries. See https://docs.victoriametrics.com/enterprise/
-configCheckInterval duration -configCheckInterval duration

View file

@ -1121,7 +1121,7 @@ It is safe sharing the collected profiles from security point of view, since the
Pass `-help` command-line arg to `vmauth` in order to see all the configuration options: Pass `-help` command-line arg to `vmauth` in order to see all the configuration options:
``` ```sh
./vmauth -help ./vmauth -help
vmauth authenticates and authorizes incoming requests and proxies them to VictoriaMetrics. vmauth authenticates and authorizes incoming requests and proxies them to VictoriaMetrics.

View file

@ -304,7 +304,7 @@ Refer to the respective documentation for your object storage provider for more
Run `vmbackup -help` in order to see all the available options: Run `vmbackup -help` in order to see all the available options:
``` ```sh
-concurrency int -concurrency int
The number of concurrent workers. Higher concurrency may reduce backup duration (default 10) The number of concurrent workers. Higher concurrency may reduce backup duration (default 10)
-configFilePath string -configFilePath string

View file

@ -415,7 +415,7 @@ command-line flags with their descriptions.
The shortlist of configuration flags is the following: The shortlist of configuration flags is the following:
``` ```text
vmbackupmanager performs regular backups according to the provided configs. vmbackupmanager performs regular backups according to the provided configs.
subcommands: subcommands:

View file

@ -273,7 +273,7 @@ Example usage for tokens issued by Google:
Below is the list of configuration flags (it can be viewed by running `./vmgateway -help`): Below is the list of configuration flags (it can be viewed by running `./vmgateway -help`):
``` ```sh
-auth.httpHeader string -auth.httpHeader string
HTTP header name to look for JWT authorization token (default "Authorization") HTTP header name to look for JWT authorization token (default "Authorization")
-auth.jwksEndpoints array -auth.jwksEndpoints array

View file

@ -91,7 +91,7 @@ i.e. the end result would be similar to [rsync --delete](https://askubuntu.com/q
* Run `vmrestore -help` in order to see all the available options: * Run `vmrestore -help` in order to see all the available options:
``` ```sh
-concurrency int -concurrency int
The number of concurrent workers. Higher concurrency may reduce restore duration (default 10) The number of concurrent workers. Higher concurrency may reduce restore duration (default 10)
-configFilePath string -configFilePath string