Grafana调整等待时间,避免Gateway timeout报错

使用Grafana的HTTP时,有些即时数据需要运算量与时间,而grafana的默认timeout是30秒,因此需要通过修改配置文件,避免grafana提前中断连接

修改原始配置文件:

  1. 删除;
  2. 调整timeout=30timeout=60
text 复制代码
# This setting also applies to core backend HTTP data sources where query requests use an HTTP client with timeout set.
;timeout = 30

改为:

text 复制代码
# This setting also applies to core backend HTTP data sources where query requests use an HTTP client with timeout set.
timeout = 60
相关推荐
Junsir大斗师2 天前
rocky9.7搭建grafana+loki+prometheus+alloy+node_exporter运维监控平台
linux·运维·grafana·prometheus
青皮桔3 天前
Prometheus + Grafana实现服务器监控
服务器·grafana·prometheus
1candobetter4 天前
文件下载接口从预热到正式性能测试实践(JMeter + Prometheus + Grafana)
jmeter·grafana·prometheus
文青小兵6 天前
Linux云计算——docker 监控(五)
linux·docker·云计算·grafana·prometheus
codeejun8 天前
每日一Go-70、Prometheus + Grafana 从采集到告警的完整实战(Go + Kind)
golang·grafana·prometheus
king_harry9 天前
Kylinv10下日志收集系统 Loki + Promtail + Grafana(二进制离线部署)
grafana·loki·promtail
zhojiew10 天前
在Ray集群中使用vLLM部署LLM模型并集成Prometheus和Grafana进行指标观测的实践
grafana·prometheus·vllm
zxd02031111 天前
Prometheus + Grafana 监控平台搭建实战指南
grafana·prometheus
叶~小兮12 天前
Prometheus+Grafana监控平台完整学习笔记
学习·grafana·prometheus