Tempo数据持久化

需求:Tempo数据默认保存时间为1小时,需要保存的时间长一点

  1. 修改配置文件
# cat /etc/tempo/config.yml
# 修改以下参数默认该参数值为1h
# 需要设置成h不能使用d已天为单位
 block_retention: 168h

image
2. 重启tempo

# systemctl restart tempo
posted @ 2025-07-14 14:23  minseo  阅读(10)  评论(0)    收藏  举报