随笔分类 - Grafana
摘要:参考 https://opentelemetry.io/zh/docs/demo/docker-deployment/
阅读全文
摘要:环境查看 系统环境 # cat /etc/redhat-release Rocky Linux release 9.4 (Blue Onyx) # uname -a Linux RockyEs01003081 5.14.0-427.35.1.el9_4.x86_64 #1 SMP PREEMPT_D
阅读全文
摘要:需求:Tempo数据默认保存时间为1小时,需要保存的时间长一点 修改配置文件 # cat /etc/tempo/config.yml # 修改以下参数默认该参数值为1h # 需要设置成h不能使用d已天为单位 block_retention: 168h 2. 重启tempo # systemctl r
阅读全文