版本:v4.0.15
tiup版本:1.5.6
发现一个小问题,如果使用tiup cluster edit-config tidb-test 更改prometheus 的storage_retention 的配置,即使将storage_retention 设置为3天,然后通过tiup restart prometheus,但是发现ps -ef|grep prometheus的prometheus进程中的storage.tsdb.retention还是等于30d,只能通过修改的prometheus中的启动脚本中的-storage.tsdb.retention然后通过 iup restart prometheus 才管用,请问这是为什么呢?
bin/prometheus/prometheus --config.file=/tidb-deploy/prometheus-9090/conf/prometheus.yml --web.listen-address=:9090 --web.external-url=http://10.0.0.17:9090/ --web.enable-admin-api --log.level=info --storage.tsdb.path=/db/tidb/prometheus-9090 --storage.tsdb.retention=30d