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
相关推荐
运维栈记2 天前
使用Grafana监控K8S中的异常Pod
docker·kubernetes·grafana
韩宏伟2 天前
使用 Loki + Promtail + Grafana 实现 Docker 容器日志采集与可视化
docker·容器·grafana
恋上钢琴的虫3 天前
使用 Loki + Promtail + Grafana搭建日志系统
运维·grafana
心一信息3 天前
grafana及zabbix在linux上的部署
linux·zabbix·grafana
Jabes.yang5 天前
Java求职面试: 互联网医疗场景中的缓存技术与监控运维应用
java·redis·spring security·grafana·prometheus·oauth2·互联网医疗
K_i1345 天前
负载均衡:运维高可用的核心技术
负载均衡·grafana·prometheus
电话交换机IPPBX-3CX6 天前
Grafana图表与电话交换机的结合
数据库·mysql·grafana·ip pbx·电话交换机
神秘人X7076 天前
Docker监控:cAdvisor+Prometheus+Grafana实战指南
docker·grafana·prometheus
维尔切7 天前
Docker 监控平台部署
运维·docker·容器·grafana·prometheus
散一世繁华,颠半世琉璃18 天前
Prometheus+Grafana轻松实现SpringBoot应用监控
spring boot·grafana·prometheus