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
相关推荐
linux修理工9 小时前
n1 ARMbian部署Grafana
arm开发·架构·grafana
_何同学3 天前
Spring Boot 监控实战:集成 Prometheus 与 Grafana,打造全方位监控体系
spring boot·grafana·prometheus
苦逼IT运维6 天前
Jenkins 监控方案:Prometheus + Grafana 实践
jenkins·grafana·prometheus
川石课堂软件测试8 天前
Oracle 数据库:视图与索引
数据库·网络协议·nginx·http·oracle·grafana·prometheus
川石课堂软件测试9 天前
Oracle 数据库如何查询列
linux·数据库·sql·功能测试·oracle·grafana·prometheus
MasterNeverDown12 天前
.NET 微服务日志系统:Serilog + Loki + Grafana 实践指南
微服务·.net·grafana
❀͜͡傀儡师13 天前
docker安装Prometheus和Grafana 监控界面
docker·grafana·prometheus
好运连连99913 天前
ubuntu promethus+grafana监控多台服务器
linux·ubuntu·grafana
夏目&贵志14 天前
prometheus+grafana监控系统
docker·grafana·prometheus
强_子15 天前
基于 Prometheus+Alertmanager+Grafana 打造监控报警后台(四)-Grafana告警配置
服务器·grafana·prometheus