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
相关推荐
博同学3 天前
Nginx + ELK + Grafana 全球访问热力图
nginx·elk·grafana
JAVA拾贝3 天前
Prometheus+Grafana运维监控并实现钉钉告警
运维·钉钉·grafana·prometheus·运维监控
微风◝3 天前
12. grafana-Dashboard的Variable(过滤)使用
grafana
不太聪明的样子17 天前
c++ 项目使用 prometheus + grafana 进行实时监控
c++·grafana·prometheus
Detachym22 天前
CentOS下的运维监控Grafana部署
运维·centos·grafana
南夏一木子23 天前
性能测试——搭建Prometheus+Grafana平台
grafana·prometheus
奈斯ing23 天前
【prometheus+Grafana篇】基于Prometheus+Grafana实现postgreSQL数据库的监控与可视化
运维·数据库·信息可视化·grafana·prometheus
xixingzhe224 天前
docker compose安装Prometheus、Grafana
docker·grafana·prometheus
碧水澜庭1 个月前
Prometheus+ Grafana 监控系统入门
grafana·prometheus
遇见火星1 个月前
一键部署Prometheus+Grafana+alertmanager对网站状态进行监控
grafana·prometheus