如何修改通过tiup安装的tidb集群的prometheus的 tsdb retention 参数

为提高效率,请提供以下信息,问题描述清晰能够更快得到解决:

【TiDB 版本】4.08

【问题描述】
通过tiup 安装的 tidb集群,包含prometheus,目前 prometheus 的数据保留时间是30天。
bin/prometheus/prometheus --config.file=/tidb/deploy/prometheus-9090/conf/prometheus.yml --web.listen-address=:9090 --web.external-url=http://172.16.3.197:9090/ --web.enable-admin-api --log.level=info --storage.tsdb.path=/tidb/data/prometheus-9090 --storage.tsdb.retention=30d

我想把–storage.tsdb.retention=30d 改成10天
需要怎么调整, 通过tiup edit cluster 不知道这个变量名称是什么

https://docs.pingcap.com/zh/tidb/stable/tiup-cluster-topology-reference#monitoring_servers

可以 tiup cluster edit-config 命令修改这个变量,然后 reload -N 重启 prometheus 生效,变量名称和位置参考
https://github.com/pingcap/tiup/blob/fa0a7ce14e067b1377b58079788d74ef693f82d6/pkg/cluster/ansible/test-data/meta.yaml#L171

感谢,找到了。

非常感谢!

此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。