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
相关推荐
维尔切14 小时前
Docker 监控平台部署
运维·docker·容器·grafana·prometheus
散一世繁华,颠半世琉璃11 天前
Prometheus+Grafana轻松实现SpringBoot应用监控
spring boot·grafana·prometheus
LoneEon14 天前
Ubuntu 系统安装 Prometheus+Grafana(附shell脚本一键部署↓)
ubuntu·grafana·prometheus
Coco_淳15 天前
K8s平台部署Grafana + Loki + Promtail日志收集系统
kubernetes·grafana·日志·loki
文人sec16 天前
性能测试-jmeter15-性能项目计划流
分布式·jmeter·性能优化·grafana·prometheus·模块测试
Knight_AL16 天前
Spring Cloud Gateway 实战:全局过滤器日志统计与 Prometheus + Grafana 接口耗时监控
spring boot·spring cloud·grafana·prometheus
麦兜*17 天前
Redis监控告警体系搭建:使用Redis Exporter + Prometheus + Grafana
java·spring boot·redis·spring·spring cloud·grafana·prometheus
qq_2320455719 天前
在Grafana中配置MySQL数据源并创建查询面板
mysql·grafana
3分云计算19 天前
Prometheus-02: 安装部署与配置管理详解
运维·云原生·grafana·普罗米修斯
七夜zippoe20 天前
Java 生态监控体系实战:Prometheus+Grafana+SkyWalking 整合全指南(二)
java·grafana·prometheus