Skip to content

Commit

Permalink
Update tiup/tiup-cluster-topology-reference.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aolin <[email protected]>
  • Loading branch information
2 people authored and ti-chi-bot committed Apr 8, 2024
1 parent 1dc5713 commit 1336f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiup/tiup-cluster-topology-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,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`配置额外的 Prometheus Args 参数。该字段为一个数组,数组元素为 Prometheus 运行参数。例如:开启 Prometheus 热加载配置,配置 `--web.enable-lifecycle` 即可(该功能需要 tiup 升级到 1.15.0 版本及以上)
- `additional_args`从 TiUP v1.15.0 开始引入,用于配置 Prometheus 额外运行参数。该字段是一个数组,数组元素为 Prometheus 运行参数。例如,要开启 Prometheus 热加载功能,可以将该字段配置为 `--web.enable-lifecycle`

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

Expand Down

0 comments on commit 1336f8d

Please sign in to comment.