Skip to content

Commit

Permalink
tiup: add additional_args (#16114) (#17024)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Apr 8, 2024
1 parent 4448271 commit 7b94edf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tiup/tiup-cluster-topology-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ pump_servers:
- `os`:`host` 字段所指定的机器的操作系统,若不指定该字段,则默认为 `global` 中的 `os`
- `arch`:`host` 字段所指定的机器的架构,若不指定该字段,则默认为 `global` 中的 `arch`
- `resource_control`:针对该服务的资源控制,如果配置了该字段,会将该字段和 `global` 中的 `resource_control` 内容合并(若字段重叠,以本字段内容为准),然后生成 systemd 配置文件并下发到 `host` 指定机器。`resource_control` 的配置规则同 `global` 中的 `resource_control`
- `additional_args`:从 TiUP v1.15.0 开始引入,用于配置 Prometheus 额外运行参数。该字段是一个数组,数组元素为 Prometheus 运行参数。例如,要开启 Prometheus 热加载功能,可以将该字段配置为 `--web.enable-lifecycle`

以上所有字段中,部分字段部署完成之后不能再修改。如下所示:

Expand Down Expand Up @@ -607,6 +608,8 @@ tispark_workers:
monitoring_servers:
- host: 10.0.1.11
rule_dir: /local/rule/dir
additional_args:
- --web.enable-lifecycle
remote_config:
remote_write:
- queue_config:
Expand Down

0 comments on commit 7b94edf

Please sign in to comment.