修正KNI的静态Maat-TableInfo配置错误的问题,增加TFE的FieldStat配置。
This commit is contained in:
@@ -37,7 +37,7 @@ keepalive_cnt = 3
|
||||
|
||||
[static_maat]
|
||||
readconf_mode = {{ kni.maat.readconf_mode }}
|
||||
tableinfo_path = ./etc/kni/maat_tableinfo.conf
|
||||
tableinfo_path = ./etc/kni/static_maat_tableinfo.conf
|
||||
maatjson_path = ./etc/kni/maat_test.json
|
||||
redis_ip = {{ maat_redis_server.address }}
|
||||
redis_port = {{ maat_redis_server.port }}
|
||||
|
||||
@@ -58,8 +58,8 @@ tcp_ttl_downstream=70
|
||||
level=30
|
||||
|
||||
[stat]
|
||||
statsd_server=192.168.10.72
|
||||
statsd_port=8126
|
||||
statsd_server={{ fs_remote.address }}
|
||||
statsd_port={{ fs_remote.port }}
|
||||
|
||||
[http]
|
||||
loglevel=30
|
||||
|
||||
Reference in New Issue
Block a user