TSG-1806 tfe.conf/future.conf 均增加 statsd_cycle 配置项,用于调整 fieldstat 输出周期

This commit is contained in:
luwenpeng
2020-06-11 15:37:49 +08:00
parent 9614ea53c0
commit 82f04dcc12
4 changed files with 9 additions and 5 deletions

View File

@@ -2,4 +2,5 @@
no_stats=0
statsd_server=192.168.10.72
statsd_port=8092
histogram_bins=0.50,0.80,0.9,0.95
histogram_bins=0.50,0.80,0.9,0.95
statsd_cycle=2

View File

@@ -71,6 +71,7 @@ level=10
[stat]
statsd_server=192.168.10.72
statsd_port=8126
statsd_cycle=2
[http]
loglevel=20