fix: allow statistics cold-query headroom
This commit is contained in:
parent
475e3d191d
commit
5bf372b78f
@ -107,7 +107,8 @@ game_service:
|
||||
request_timeout: "3s"
|
||||
statistics_service:
|
||||
base_url: "http://10.2.1.16:13010"
|
||||
request_timeout: "3s"
|
||||
# 漏斗冷查询允许短时索引页预热;正常查询应远低于该上限,超时只负责隔离异常请求。
|
||||
request_timeout: "10s"
|
||||
dashboard_external_sources:
|
||||
- enabled: true
|
||||
type: "mysql"
|
||||
|
||||
@ -106,7 +106,8 @@ game_service:
|
||||
request_timeout: "3s"
|
||||
statistics_service:
|
||||
base_url: "http://127.0.0.1:13010"
|
||||
request_timeout: "3s"
|
||||
# 漏斗冷查询允许短时索引页预热;正常查询应远低于该上限,超时只负责隔离异常请求。
|
||||
request_timeout: "10s"
|
||||
dashboard_external_sources:
|
||||
- enabled: false
|
||||
type: "mysql"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user